summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2012-11-19 14:29:45 +0100
committerAzul <azul@leap.se>2012-11-19 14:29:45 +0100
commit5a5e73f2fefa8e1a06f18063a6d644a6d1c2a869 (patch)
tree2f3628821d8c127a5388886a68107db192549c60
parent172317b35d9c7ae26a6bf4836feace7b509644a6 (diff)
made it clear ruby 1.8.7 and 1.9.3 both work - fixes #952
-rw-r--r--INSTALL.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 18d9c6d..1323a41 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -6,11 +6,11 @@ The webapp only depends on very basic ruby packages and installs the other requi
### Packages ###
-For now we are using ruby 1.8.7. The following packages need to be installed:
+The following packages need to be installed:
* git
-* ruby1.8
-* rubygems1.8
+* ruby (1.8.7 and 1.9.3 work)
+* rubygems
* couchdb
### Gems ###