From 0f31314426204e5f2577a3964206c0b350cf4053 Mon Sep 17 00:00:00 2001 From: Tom Date: Fri, 6 Dec 2019 17:02:59 +1100 Subject: [PATCH] Update README.md 10.x not lts anymore, remove that so i dont have to update so much --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```