summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorjessib <jessib@leap.se>2012-11-20 11:58:09 -0800
committerjessib <jessib@leap.se>2012-11-20 11:58:09 -0800
commit80cd2489d87a523663d92776de55fa7fda2ecb99 (patch)
tree44e27ecffb66bc590de67a187954ba8ac96a9ede /INSTALL.md
parent9289ae6601cacb746f83f9bd9d953d0591eac0da (diff)
parentcd743d686ade50a9b23965a99c57b8105e834ec9 (diff)
Merge branch 'develop' into help_develop
Diffstat (limited to 'INSTALL.md')
-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 ###