Skip to content

Commit 75a322c

Browse files
authored
Update the readme with npx option (#28)
1 parent c1792c3 commit 75a322c

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,16 @@
2424

2525

2626
## Usage
27-
`scaffold-static new <project_name>`
27+
If you have installed `scaffold-static` globally,
28+
29+
```sh
30+
scaffold-static new <project_name>
31+
```
32+
33+
or, you could use it with `npx`
34+
```sh
35+
npx scaffold-static new <project_name>
36+
```
2837

2938
- Supply `--use-npm` to use `npm` as the package manager.
3039

0 commit comments

Comments
 (0)