Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update installation guide nodejs version to 8.6 #1026

Merged
merged 4 commits into from
Sep 16, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ It only takes a few minutes to set up Hexo. If you encounter a problem and can't

Installing Hexo is quite easy. However, you do need to have a couple of other things installed first:

- [Node.js](http://nodejs.org/) (Should be at least nodejs 6.9)
- [Node.js](http://nodejs.org/) (Should be at least Node.js 8.6, recommends 10.0 or higher)
- [Git](http://git-scm.com/)

If your computer already has these, congratulations! Just install Hexo with npm:
Expand Down
2 changes: 1 addition & 1 deletion source/ko/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Hexo는 눈 깜박할 새에 설치할 수 있습니다. 설치 시 문제가

Hexo의 설치는 꽤 쉽습니다. 하지만, 설치 전에 몇 가지 요구사항이 있습니다.

- [Node.js](http://nodejs.org/) (Should be at least nodejs 6.9)
- [Node.js](http://nodejs.org/) (Should be at least Node.js 8.6, recommends 10.0 or higher)
- [Git](http://git-scm.com/)

컴퓨터에 이미 이런 것들이 설치되어 있다면, 축하드립니다! 이제 npm을 이용하여 Hexo를 설치하기만 하면 됩니다.
Expand Down
2 changes: 1 addition & 1 deletion source/pt-br/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Demora apenas alguns minutos para configurar o Hexo. Se você encontrar um probl

Instalar o Hexo é bastante fácil. No entanto, você precisa ter algumas outras coisas instaladas primeiro:

- [Node.js](http://nodejs.org/) (Should be at least nodejs 6.9)
- [Node.js](http://nodejs.org/) (Should be at least Node.js 8.6, recommends 10.0 or higher)
- [Git](http://git-scm.com/)

Se o seu computador já possui estes, parabéns! Basta instalar o Hexo com o npm:
Expand Down
2 changes: 1 addition & 1 deletion source/ru/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Hexo-это быстрый, простой и мощный фреймворк б

Установка Hexo довольно проста. Однако, сперва, нужно установить пару вещей:

- [Node.js](http://nodejs.org/) (Should be at least nodejs 6.9)
- [Node.js](http://nodejs.org/) (Should be at least Node.js 8.6, recommends 10.0 or higher)
- [Git](http://git-scm.com/)

Если всё это уже есть, поздравляю! Просто установите Hexo с помощью npm:
Expand Down
2 changes: 1 addition & 1 deletion source/th/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ hexo เป็นกรอบบล็อกท่ีรวดเร็ว เ

การติดตั้ง hexo เป็นเรื่องง่ายๆ แต่คุณต้องการติดตั้งบางสิ่งก่อน:

- [Node.js](http://nodejs.org/) (Should be at least nodejs 6.9)
- [Node.js](http://nodejs.org/) (Should be at least Node.js 8.6, recommends 10.0 or higher)
- [Git](http://git-scm.com/)

ถ้าคุณติดตั้งสองสิ่งนี้อยู่แล้วในคอม ขอแสดงความยินดี คุณจะติดตั้ง hexo ด้วย npm ได้อย่างนี้:
Expand Down
2 changes: 1 addition & 1 deletion source/zh-cn/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Hexo 是一个快速、简洁且高效的博客框架。Hexo 使用 [Markdown](h

安装 Hexo 相当简单。然而在安装前,您必须检查电脑中是否已安装下列应用程序:

- [Node.js](http://nodejs.org/) (Should be at least nodejs 6.9)
- [Node.js](http://nodejs.org/) (Node.js 版本需不低于 8.6,建议使用 Node.js 10.0 及以上版本)
- [Git](http://git-scm.com/)

如果您的电脑中已经安装上述必备程序,那么恭喜您!接下来只需要使用 npm 即可完成 Hexo 的安装。
Expand Down
2 changes: 1 addition & 1 deletion source/zh-tw/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Hexo 是一個快速、簡單且強大的網誌框架。Hexo 使用 [Markdown](h

安裝 Hexo 相當簡單;然而,在安裝前您必須先檢查下列您的電腦是否已經安裝下列軟體:

- [Node.js](http://nodejs.org/) (Should be at least nodejs 6.9)
- [Node.js](http://nodejs.org/) (Node.js 版本需不低於8.6,建議使用 Node.js 10.0 及以上版本)
- [Git](http://git-scm.com/)

若您的電腦已經安裝上述的必備軟體,那麼恭喜您!只需要透過 npm 即可完成 Hexo 的安裝。
Expand Down