Skip to content

Commit 0591e6e

Browse files
committed
docs(README.md): add alternative ways to run OpenCommit via npx and bunx
The README.md file has been updated to include alternative ways to run OpenCommit via the `npx opencommit` and `bunx opencommit` commands. This provides users with more options to execute the tool without the need for a global installation.
1 parent a296892 commit 0591e6e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ You can use OpenCommit by simply running it via the CLI like this `oco`. 2 secon
2828
npm install -g opencommit
2929
```
3030

31+
Alternatively run it via `npx opencommit` or `bunx opencommit`
32+
3133
MacOS may ask to run the command with `sudo` when installing a package globally.
3234

3335
2. Get your API key from [OpenAI](https://platform.openai.com/account/api-keys). Make sure that you add your payment details, so the API works.

0 commit comments

Comments
 (0)