Skip to content

Commit 6237440

Browse files
committed
docs: prefix desktop commands with pnpm in README
1 parent 98fae8a commit 6237440

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,35 +31,35 @@ pnpm add -g @owdproject/cli
3131
Once installed, run the `desktop` command to open the control panel:
3232

3333
```bash
34-
desktop
34+
pnpm desktop
3535
```
3636

3737
### CLI Reference
3838

3939
#### Dev Server
4040
Start the development server for the monorepo or automatically detect a module's playground:
4141
```bash
42-
desktop dev [--playground]
42+
pnpm desktop dev [--playground]
4343
```
4444

4545
#### Add Packages
4646
Install apps, modules, or themes from npm, local directories, or custom repositories:
4747
```bash
48-
desktop add app-todo --npm
49-
desktop add theme-nova --dev
50-
desktop add module-fs --from <github-user>
48+
pnpm desktop add app-todo --npm
49+
pnpm desktop add theme-nova --dev
50+
pnpm desktop add module-fs --from <github-user>
5151
```
5252

5353
#### Scaffold a Project
5454
Initialize a fresh OWD workspace:
5555
```bash
56-
desktop init [project-name]
56+
pnpm desktop init [project-name]
5757
```
5858

5959
#### Validation
6060
Check Nuxt module configuration and playground directory structures:
6161
```bash
62-
desktop validate
62+
pnpm desktop validate
6363
```
6464

6565
## License

0 commit comments

Comments
 (0)