Skip to content

Commit bc2e523

Browse files
author
Gary Woodfine
committed
Update README: include installation instructions for npm, pnpm, and yarn
1 parent 55dfddc commit bc2e523

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,14 @@ Running the following command will:
3232
- Update your `nuxt.config` file.
3333

3434
```bash
35+
// with npm
3536
npm install @threenine/nuxt-fathom
37+
38+
//with pnpm
39+
pnpm add @threenine/nuxt-fathom
40+
41+
//with yarn
42+
yarn add @threenine/nuxt-fathom
3643
```
3744

3845
## Basic Usage

0 commit comments

Comments
 (0)