Skip to content

Commit 76a12cc

Browse files
authored
Merge pull request #502 from DavidWells/claude/issue-478-20250621_005745
docs: add emoji and package manager install instructions
2 parents 96a8643 + 9b5e4c1 commit 76a12cc

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,32 @@ This library aims to solves that with a simple pluggable abstraction layer.
8282

8383
To add or remove an analytics provider, adjust the `plugins` you load into `analytics` during initialization.
8484

85-
## Install
85+
## Install 📦
8686

8787
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.
8888

8989
```bash
9090
npm install analytics --save
9191
```
9292

93+
Or using [yarn](https://yarnpkg.com/):
94+
95+
```bash
96+
yarn add analytics
97+
```
98+
99+
Or using [pnpm](https://pnpm.io/):
100+
101+
```bash
102+
pnpm add analytics
103+
```
104+
105+
Or using [bun](https://bun.sh/):
106+
107+
```bash
108+
bun add analytics
109+
```
110+
93111
Or as a script tag:
94112

95113
```html

0 commit comments

Comments
 (0)