update ubuntu dev post

This commit is contained in:
Ayo 2019-08-09 18:48:50 +08:00
parent c8401c4f55
commit dc611ab10f

View file

@ -17,7 +17,7 @@ If you need instructions on how to setup the technologies separately, this artic
1. Open a terminal, and type the following to download the .deb installer of Node.js 8 1. Go to NodeSource's [distribution page](https://github.com/nodesource/distributions/blob/master/README.md#debinstall) to get the command for the Node version you want. Open a terminal, and type the command. For example, the following command will download the .deb installer of Node.js 8
```bash ```bash
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash - curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
``` ```