Skip to content

Commit

Permalink
docs(@liuli-util/shell): 更新 FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
rxliuli committed Jun 6, 2021
1 parent 52d6fa0 commit 822ccf2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions apps/shell/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

```shell
yarn add -D @liuli-util/shell
# 或全局安装
npm i -g @liuli-util/shell
```

命令
Expand Down Expand Up @@ -47,3 +45,7 @@ mv images/ dist/
| 是否覆盖系统命令 |||
| 是否增强命令 |||
| 底层依赖 | fs-extra | shelljs |

### 为什么全局安装没有覆盖系统命令?

由于环境变量的加载顺序导致无法覆盖,你应该在项目级别使用它。

0 comments on commit 822ccf2

Please sign in to comment.