Skip to content

Commit

Permalink
docs(deployment): egg-scripts support windows (#2788)
Browse files Browse the repository at this point in the history
  • Loading branch information
BaffinLee authored and fengmk2 committed Jul 12, 2018
1 parent 9f8926d commit 8d0b29c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/en/core/deployment.md
Expand Up @@ -50,7 +50,7 @@ Then add `npm scripts` to `package.json`:

Then we are able to use `npm start` and `npm stop` to manage application.

> Note: `egg-scripts` don't support Windows.
> Note: `egg-scripts` has limited support for Windows, see [#22](https://github.com/eggjs/egg-scripts/pull/22).
### Start

Expand Down
2 changes: 1 addition & 1 deletion docs/source/zh-cn/core/deployment.md
Expand Up @@ -51,7 +51,7 @@ $ npm i egg-scripts --save

这样我们就可以通过 `npm start``npm stop` 命令启动或停止应用。

> 注意:`egg-scripts` 不支持 Windows 系统
> 注意:`egg-scripts` Windows 系统的支持有限,参见 [#22](https://github.com/eggjs/egg-scripts/pull/22)
### 启动命令

Expand Down

0 comments on commit 8d0b29c

Please sign in to comment.