diff --git a/README b/README index 7abd42683..b9fdc59ec 100644 --- a/README +++ b/README @@ -35,7 +35,7 @@ Requirements ------------ * OSX 10.5.0 or higher, Modern Linux, Windows XP or higher -* [Ruby](http://rubylang.org) 1.9.2 RVM or higher +* [Ruby](http://rubylang.org) 1.9.2 or higher * [SQLite](http://sqlite.org) 3.x * The gems listed in the Gemfile: https://github.com/beefproject/beef/blob/master/Gemfile @@ -45,7 +45,8 @@ Quick Start __The following is for the impatient.__ -For full installation details (including on Microsoft Windows), please refer to INSTALL.txt. +For full installation details (including on Microsoft Windows), please refer to INSTALL.txt. +We also have a Wiki page at https://github.com/beefproject/beef/wiki/Installation $ bash -s stable < <(curl -s https://raw.github.com/beefproject/beef/a6a7536e736e7788e12df91756a8f132ced24970/install-beef) diff --git a/README.mkd b/README.mkd index 87cfd54c0..62021dbe6 100644 --- a/README.mkd +++ b/README.mkd @@ -35,7 +35,7 @@ Requirements ------------ * OSX 10.5.0 or higher, Modern Linux, Windows XP or higher -* [Ruby](http://rubylang.org) 1.9.2 RVM or higher +* [Ruby](http://rubylang.org) 1.9.2 or higher * [SQLite](http://sqlite.org) 3.x * The gems listed in the Gemfile: https://github.com/beefproject/beef/blob/master/Gemfile @@ -45,7 +45,8 @@ Quick Start __The following is for the impatient.__ -For full installation details (including on Microsoft Windows), please refer to INSTALL.txt. +For full installation details (including on Microsoft Windows), please refer to INSTALL.txt. +We also have a Wiki page at https://github.com/beefproject/beef/wiki/Installation $ curl https://raw.github.com/beefproject/beef/a6a7536e/install-beef | bash -s stable