From 8d21900eb978c65a2639b709b7bd22de51ca951d Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Sat, 5 Aug 2017 22:56:57 +0800 Subject: [PATCH] fix: minor improvement --- aio/content/guide/setup.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/aio/content/guide/setup.md b/aio/content/guide/setup.md index 1f0bb1e908..7280b10634 100644 --- a/aio/content/guide/setup.md +++ b/aio/content/guide/setup.md @@ -27,7 +27,7 @@ Make sure you have [node and npm installed](guide/setup#install-prerequisites "W ## Clone -### 克隆 +## 克隆 Perform the _clone-to-launch_ steps with these terminal commands. @@ -62,7 +62,7 @@ Perform the _clone-to-launch_ steps with these terminal commands. ## Download -### 下载 +## 下载 Download the QuickStart seed and unzip it into your project folder. Then perform the remaining steps with these terminal commands. @@ -126,6 +126,8 @@ Open a terminal window in the project folder and enter the following commands fo ### OS/X (bash) +### OS/X (bash) 命令 + xargs rm -rf < non-essential-files.osx.txt @@ -138,6 +140,8 @@ Open a terminal window in the project folder and enter the following commands fo ### Windows +### Windows 命令 + for /f %i in (non-essential-files.txt) do del %i /F /S /Q @@ -375,8 +379,6 @@ If you're new to Angular, we recommend you follow the [tutorial](tutorial "Tour -



- {@a install-prerequisites} @@ -385,8 +387,6 @@ If you're new to Angular, we recommend you follow the [tutorial](tutorial "Tour ## 附录:node 与 npm - - Node.js and npm are essential to modern web development with Angular and other platforms. Node powers client development and build tools. The _npm_ package manager, itself a _node_ application, installs JavaScript libraries. @@ -395,8 +395,10 @@ Node.js 和 npm 对使用 Angular 和其他平台进行现代网络开发是至 Node 驱动客户端开发和构建工具。 *npm* 包管理器本身是 *node* 应用,用于安装 JavaScript 库。 +

-Get them now if they're not already installed on your machine. + if they're not already installed on your machine. +

如果你的电脑没有安装它们, 立刻安装它们