Skip to content

Commit eddb4d4

Browse files
committed
docs: update cli command example
1 parent 729ac83 commit eddb4d4

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,11 @@ No authentication or API keys required!
2323
## CLI
2424

2525
```bash
26-
# install globally
27-
npm install -g stackblitz-zip
28-
2926
# download a project
30-
stackblitz-download https://stackblitz.com/edit/nuxt-starter-k7spa3r4
27+
npx stackblitz-zip https://stackblitz.com/edit/nuxt-starter-k7spa3r4
3128

3229
# specify output path
33-
stackblitz-download https://stackblitz.com/edit/nuxt-starter-k7spa3r4 my-project.zip
30+
npx stackblitz-zip https://stackblitz.com/edit/nuxt-starter-k7spa3r4 my-project.zip
3431
```
3532

3633
## Programmatic Usage

0 commit comments

Comments
 (0)