From d367efe13d4fc215c0431f14ea84256bc67e5143 Mon Sep 17 00:00:00 2001 From: nishiki Date: Sun, 21 Jun 2015 23:48:14 +0200 Subject: [PATCH] fix readme --- README.md | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 1fc4d7e..c5edca4 100644 --- a/README.md +++ b/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). This program work with ruby >= 1.9 -* install ruby on your computer -* gem install bundler -* 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 +* install ruby and rubygems on your computer +* gem install mpw