diff --git a/doc/Installation.md b/doc/Installation.md index a76b402..953c866 100644 --- a/doc/Installation.md +++ b/doc/Installation.md @@ -46,9 +46,9 @@ npm install 1. `run lint` to format files - ``` - npm run lint - ``` + ``` + npm run lint + ``` 2. `run dev` to test source code and 'hot-start' in a local web server @@ -74,11 +74,10 @@ npm install 5. `run daemon` to launch web server on remote host - 登录到远程主机,进入 node.console.web 目录,然后 + 登录到远程主机,下载并进入代码目录,然后启动 web 服务: ``` npm run daemon ``` - 启动 web 服务。 ## 4. References