update doc to add npx

pull/131/head v2.1.1
Robin Moisson 2022-04-23 20:07:04 +02:00
rodzic f390792452
commit f231ca9e05
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -22,7 +22,7 @@ You can report thoughts and issues to the [GitHub project](https://robinmoisson.
## CLI
Staticrypt is available through npm as a CLI, install with `npm install -g staticrypt` (with or without the `-g` flag).
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 ...`.
### Example usage

Wyświetl plik

@ -22,7 +22,7 @@ You can report thoughts and issues to the [GitHub project](https://robinmoisson.
## CLI
Staticrypt is available through npm as a CLI, install with `npm install -g staticrypt` (with or without the `-g` flag).
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 ...`.
### Example usage