diff --git a/README.md b/README.md index 1e9ce991..6b4c0efc 100644 --- a/README.md +++ b/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 ```