bk-press 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -16,21 +16,21 @@
|
|
|
16
16
|
### 全局安装
|
|
17
17
|
|
|
18
18
|
```bash
|
|
19
|
-
npm install -g
|
|
19
|
+
npm install -g bk-press
|
|
20
20
|
# 或
|
|
21
|
-
yarn global add
|
|
21
|
+
yarn global add bk-press
|
|
22
22
|
# 或
|
|
23
|
-
pnpm add -g
|
|
23
|
+
pnpm add -g bk-press
|
|
24
24
|
```
|
|
25
25
|
|
|
26
26
|
### 本地安装
|
|
27
27
|
|
|
28
28
|
```bash
|
|
29
|
-
npm install
|
|
29
|
+
npm install bk-press
|
|
30
30
|
# 或
|
|
31
|
-
yarn add
|
|
31
|
+
yarn add bk-press
|
|
32
32
|
# 或
|
|
33
|
-
pnpm add
|
|
33
|
+
pnpm add bk-press
|
|
34
34
|
```
|
|
35
35
|
|
|
36
36
|
## 快速开始
|