Update 'doc/Installation.md'

This commit is contained in:
luk.lu
2019-05-16 01:56:36 +00:00
parent ecee62dff3
commit 9397467386

View File

@@ -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