From 939746738685ba365a10658c94dc4fe607d0ab7d Mon Sep 17 00:00:00 2001 From: "luk.lu" Date: Thu, 16 May 2019 01:56:36 +0000 Subject: [PATCH] Update 'doc/Installation.md' --- doc/Installation.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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