split docs

This commit is contained in:
silverwind 2024-04-09 01:54:15 +02:00
parent de95e3bc41
commit b86feb284b
Signed by untrusted user: silverwind
GPG Key ID: 2E62B41C93869443

@ -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.