mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
Update README.md
npm cache clean jshint was the only way to get jshint installed correctly again..
This commit is contained in:
parent
294029643a
commit
08fa0d23a8
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue