mirror of
https://github.com/nishiki/manage-password.git
synced 2024-11-23 13:57:52 +00:00
fix readme
This commit is contained in:
parent
ccd188bc2f
commit
d367efe13d
1 changed files with 2 additions and 15 deletions
17
README.md
17
README.md
|
@ -8,20 +8,7 @@ MPW can synchronize your password with a MPW Server or via SSH or via FTP.
|
||||||
You must generate a GPG Key with GPG or with Seahorse (GUI on linux).
|
You must generate a GPG Key with GPG or with Seahorse (GUI on linux).
|
||||||
This program work with ruby >= 1.9
|
This program work with ruby >= 1.9
|
||||||
|
|
||||||
* install ruby on your computer
|
* install ruby and rubygems on your computer
|
||||||
* gem install bundler
|
* gem install mpw
|
||||||
* bundle install
|
|
||||||
or
|
|
||||||
* bundle install --without ssh # if you don't want synchronize your password via SSH
|
|
||||||
|
|
||||||
## On Debian/Ubuntu:
|
|
||||||
|
|
||||||
* apt-get install ruby ruby-gpgme ruby-highline ruby-i18n ruby-locale
|
|
||||||
|
|
||||||
If you want to synchronize your passwords via SSH/SCP:
|
|
||||||
* apt-get install ruby-net-ssh ruby-net-scp
|
|
||||||
|
|
||||||
For mpw-ssh:
|
|
||||||
* apt-get install sshpass
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue