Skip to content

Commit f231ca9

Browse files
committed
update doc to add npx
1 parent f390792 commit f231ca9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You can report thoughts and issues to the [GitHub project](https://robinmoisson.
2222

2323
## CLI
2424

25-
Staticrypt is available through npm as a CLI, install with `npm install -g staticrypt` (with or without the `-g` flag).
25+
Staticrypt is available through npm as a CLI, install with `npm install -g staticrypt` (with or without the `-g` flag). If without the `-g` flag, you can call the command with `npx staticrypt ...`.
2626

2727
### Example usage
2828

cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You can report thoughts and issues to the [GitHub project](https://robinmoisson.
2222

2323
## CLI
2424

25-
Staticrypt is available through npm as a CLI, install with `npm install -g staticrypt` (with or without the `-g` flag).
25+
Staticrypt is available through npm as a CLI, install with `npm install -g staticrypt` (with or without the `-g` flag). If without the `-g` flag, you can call the command with `npx staticrypt ...`.
2626

2727
### Example usage
2828

0 commit comments

Comments
 (0)