aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index a7a5260ef..dedd23d26 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,6 @@ install [RVM from sources](./doc/install/rvm.md)
Install ruby 1.9.3
```sh
rvm install ruby-1.9.3-p448
-source ~/.rvm/scripts/rvm
rvm --default use 1.9.3-p448
```
@@ -41,7 +40,7 @@ On Debian/Ubuntu/Kubuntu OS : assume depot contains the correct version
```sh
sudo apt-get install postgresql
-sudo apt-get install postgresql-client
+sudo apt-get install libpq-dev
sudo apt-get install openjdk-7-jdk
sudo apt-get install git
sudo apt-get install unzip