Skip to content

Commit

Permalink
chore: update install Node.js section (hexojs#919)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin authored and tomap committed Mar 22, 2019
1 parent b45bba1 commit 8e5fb98
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions source/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ Thankfully the creators of nvm provide a simple script that automatically instal
cURL:

``` bash
$ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
$ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash
```

Wget:

``` bash
$ wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
$ wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash
```

Once nvm is installed, restart the terminal and run the following command to install Node.js:
Expand Down
4 changes: 2 additions & 2 deletions source/pt-br/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ Felizmente, os criadores do nvm fornecem um script simples que instala automatic
cURL:

``` bash
$ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
$ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash
```

Wget:

``` bash
$ wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
$ wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash
```

Uma vez que o nvm esteja instalado, reinicie o terminal e execute o seguinte comando para instalar o Node.js:
Expand Down
4 changes: 2 additions & 2 deletions source/th/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ $ npm install -g hexo-cli
cURL:

``` bash
$ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
$ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash
```

Wget:

``` bash
$ wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
$ wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash
```

เมื่อเสร็จการติดตั้ง nvm เปิด terminal ใหม่และรันคำสั่งต่อไปเพื่อติดตั้ง Node.js
Expand Down
4 changes: 2 additions & 2 deletions source/zh-tw/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ $ npm install -g hexo-cli
cURL:

``` bash
$ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
$ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash
```

Wget:

``` bash
$ wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
$ wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash
```

一旦安裝完成,重啟終端機並執行下列指令以安裝 Node.js。
Expand Down

0 comments on commit 8e5fb98

Please sign in to comment.