diff --git a/README.md b/README.md index cf5ab71..600dd0b 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ # Usage -`bun` and `node` are officially supported. `deno` should work as well. For bun, replace `npx` with `bunx` and `npm` with `bun`. +With Node.js: ```bash # check for updates @@ -17,6 +17,16 @@ npx updates npx updates -u && npm i ``` +With Bun: + +```bash +# check for updates +bunx updates + +# update package.json and install new dependencies +bunx updates -u && bun i +``` + ## Options See `--help`. Options that take multiple arguments can take them either via comma-separated value or by specifying the option multiple times.