From 08fa0d23a8aba75f41f910a13c8e471e7f81c65c Mon Sep 17 00:00:00 2001 From: rasos Date: Mon, 3 Sep 2012 02:40:09 +0300 Subject: [PATCH 1/2] Update README.md npm cache clean jshint was the only way to get jshint installed correctly again.. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6cdb623f3..f7c70273e 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,8 @@ If you have multiple settings files, you may pass one to `bin/run.sh` using the You should use a dedicated database such as "mysql" if you are planning on using etherpad-lite in a production environment, the "dirty" database driver is only for testing and/or development purposes. -You can update to the latest version with `git pull origin`. The next start with bin/run.sh will update the dependencies +You can update to the latest version with `git pull origin`. The next start with bin/run.sh will update the dependencies. You probably need to do a `npm cache clean jshint` before, in case that throws an error message. + Look at this wiki pages: From 7fe796f98e00525d8ecb26ae943a48dc057e6a7c Mon Sep 17 00:00:00 2001 From: rasos Date: Mon, 3 Sep 2012 15:01:09 +0300 Subject: [PATCH 2/2] Update README.md: node download links and versions node downloads corrected links and preferred versions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f7c70273e..e3acfc383 100644 --- a/README.md +++ b/README.md @@ -62,9 +62,9 @@ Here is the **[FAQ](https://github.com/Pita/etherpad-lite/wiki/FAQ)**
  • Install node.js
      -
    1. Download the latest 0.6.x node.js release from http://nodejs.org/#download
    2. -
    3. Extract it with tar xf node-v0.6*
    4. -
    5. Move into the node folder cd node-v0.6* and build node with ./configure && make && make install
    6. +
    7. Download the latest node.js release (both 0.6 and 0.8 are supported, recommended is stable 0.8.8) from http://nodejs.org
    8. +
    9. Extract it with tar xf node-v0.8.8
    10. +
    11. Move into the node folder cd node-v0.8.8 and build node with ./configure && make && make install