docs: include Deno usage instructions in the documentation

This commit is contained in:
Joakim Carlstein 2023-12-19 15:32:16 +01:00 committed by Joakim Carlstein
parent e8e35215be
commit 7bae76f496
22 changed files with 505 additions and 50 deletions

View file

@ -8,7 +8,13 @@ Which is great both in production environments and for piping the output to othe
Install the reporter in your project, alongside the Emigrate CLI:
```bash
npm install --save-dev @emigrate/cli @emigrate/reporter-pino
npm install @emigrate/cli @emigrate/reporter-pino
# or
pnpm add @emigrate/cli @emigrate/reporter-pino
# or
yarn add @emigrate/cli @emigrate/reporter-pino
# or
bun add @emigrate/cli @emigrate/reporter-pino
```
## Usage