Skip to content

Commit

Permalink
chore(docs): add commands for pnpm and bun
Browse files Browse the repository at this point in the history
Signed-off-by: Dipak Parmar <hi@dipak.tech>
  • Loading branch information
dipakparmar committed Oct 3, 2023
1 parent 79232a7 commit 6843459
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,18 @@ or with yarn:
yarn add @dipakparmar/docusaurus-plugin-umami
```

or with pnpm:

```bash
pnpm install @dipakparmar/docusaurus-plugin-umami
```

or with bun:

```bash
bun install @dipakparmar/docusaurus-plugin-umami
```

## Configuration

Add the plugin and websiteID and analyticsDomain to your `docusaurus.config.js`:
Expand Down

0 comments on commit 6843459

Please sign in to comment.