Skip to content

Commit 352862d

Browse files
committed
Remove --no-install flag from npx example, because it's default in 7.0.0
1 parent dd63388 commit 352862d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ npm run dev
6767
```
6868

6969
:::note
70-
For testing purposes you also can run `tstl` directly from your terminal with `node_modules/.bin/tstl` or `npx --no-install tstl`.
70+
For testing purposes you also can run `tstl` directly from your terminal with `node_modules/.bin/tstl` or `npx tstl`.
7171
:::
7272

7373
## Declarations

0 commit comments

Comments
 (0)