readme: Fix abbreviation of Node Version Manager (npm -> nvm)

This commit is contained in:
Paul Bienkowski 2021-04-30 14:29:15 +02:00
parent 9002802d70
commit 23843481c6

View file

@ -29,7 +29,7 @@ make sure to properly set up and secure your server yourself.
user that is also used for other things. Do not run as root!
2. Clone the repository.
3. Install `node` of at least version 15, and also `npm`. You can use the
[Node Version Manager (npm)](https://github.com/nvm-sh/nvm), since this project
[Node Version Manager (nvm)](https://github.com/nvm-sh/nvm), since this project
contains a `.nvmrc`. Just run `nvm install` followed by `nvm use`.
4. Run `npm ci` in the `api` and `frontend` directories to install dependencies.
5. Install and configure a MongoDB somewhere.