Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,25 @@ To add or remove an analytics provider, adjust the `plugins` you load into `anal
This module is distributed via [npm](https://npmjs.com/package/analytics), which is bundled with [node](https://nodejs.org/) and should be installed as one of your project's dependencies.

```bash
npm install analytics --save
npm install analytics
```

Or with yarn:

```bash
yarn add analytics
```

Or with pnpm:

```bash
pnpm add analytics
```

Or with bun:

```bash
bun add analytics
```

Or as a script tag:
Expand Down