Skip to content
This repository was archived by the owner on Dec 8, 2025. It is now read-only.

Commit 2b2ae9b

Browse files
committed
more docs
1 parent 6aae496 commit 2b2ae9b

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

website/docs/Dev/cli.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,19 @@
66
- install the CLI using npm or yarn
77

88
```bash
9-
npm install -g devicescript
9+
# yarn
10+
corepack enable
11+
yarn add -D devicescript
1012
```
1113

1214
```bash
13-
corepack enable
14-
yarn add devicescript
15+
#npm developer dependency
16+
npm install devicescript --save-dev
17+
```
18+
19+
```bash
20+
#npm globally
21+
npm install -g -u devicescript
1522
```
1623

1724
The command tool is named `devicescript` or `devsc` for short.

0 commit comments

Comments
 (0)