add note about nvm in readme

This commit is contained in:
ansuz 2016-09-26 16:14:45 +02:00
parent c16e8d603b
commit 4f5a5251d6

View File

@ -17,8 +17,15 @@ engine. The secret key is stored in the URL [fragment identifier] which is never
the server but is available to javascript so by sharing the URL, you give authorization the server but is available to javascript so by sharing the URL, you give authorization
to others who want to participate. to others who want to participate.
To install:
# Installation
Cryptpad depends on the Nodejs runtime.
We recommend installing it via [NVM](https://github.com/creationix/nvm "Node Version Manager") to ensure that you are running an up to date version.
Once you have a recent runtime:
```
git clone <this repo> git clone <this repo>
cd cryptpad cd cryptpad
npm install npm install
@ -33,6 +40,7 @@ To install:
$EDITOR config.js $EDITOR config.js
node ./server.js node ./server.js
```
## Maintenance ## Maintenance