Update README.md

10.x not lts anymore, remove that so i dont have to update so much
merge-requests/208/head
Tom 5 years ago committed by GitHub
parent 514ea1bbc3
commit 0f31314426
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

@ -54,7 +54,7 @@ $ sudo apt-get install bcrypt nginx ffmpeg imagemagick graphicsmagick
[Install and configure](https://www.digitalocean.com/community/tutorials/how-to-install-and-secure-redis-on-debian-9) Redis.
Install nodejs. You can use [node version manager](https://github.com/nvm-sh/nvm) (nvm) to help with this.
Once you have nvm, install the LTS version of nodejs (currently 10.x).
Once you have nvm, install the LTS version of nodejs
```bash
$ nvm install --lts
```

Loading…
Cancel
Save