Housekeeping after upgrade to Node 8 (#1564)

This commit is contained in:
Paul Melnikow
2018-03-18 13:34:15 -04:00
committed by GitHub
parent 0710c3b8f4
commit 7d90391b05
3 changed files with 7 additions and 10 deletions

View File

@@ -4,13 +4,13 @@ Hosting your own Shields server
Installation
------------
You will need version 6 of Node.js, which you can install using a
You will need Node 8 or later, which you can install using a
[package manager][].
On Ubuntu / Debian:
```sh
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -; sudo apt-get install -y nodejs
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -; sudo apt-get install -y nodejs
```
```sh