From dc611ab10ffcbe9af0a6969256807a547df2e649 Mon Sep 17 00:00:00 2001 From: Ayo Date: Fri, 9 Aug 2019 18:48:50 +0800 Subject: [PATCH] update ubuntu dev post --- _posts/2018-06-13-ubuntu-quick-dev-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2018-06-13-ubuntu-quick-dev-setup.md b/_posts/2018-06-13-ubuntu-quick-dev-setup.md index 311df0c..e37413a 100644 --- a/_posts/2018-06-13-ubuntu-quick-dev-setup.md +++ b/_posts/2018-06-13-ubuntu-quick-dev-setup.md @@ -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 curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash - ```