aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index b7ba4e9c4..cb757d640 100644
--- a/README.md
+++ b/README.md
@@ -25,6 +25,7 @@ Requirements
This code has been run and tested on [Travis](http://travis-ci.org/afimb/chouette2?branch=master) with :
* Ruby 1.9.3 and 2.1.6
+* Bundler 1.10.3
* Java 7
* Postgres 9.3
* Proj 4.8.0
@@ -42,6 +43,11 @@ rvm install ruby-2.1.6
rvm --default use 2.1.6
```
+Install bundler 1.10.3
+```sh
+gem install bundler -v 1.10.3
+```
+
On Debian/Ubuntu/Kubuntu OS : assume depot contains the correct version
```sh
sudo apt-get install postgresql-9.3
@@ -69,7 +75,6 @@ cd chouette2
```
Download gem librairies
```sh
-gem install bundler
bundle install
```
Create [Postgres database user] (./doc/install/postgresql.md)