Skip to content

Commit

Permalink
meshtastic#112 Fix install documentation to reflect new .npmrc file
Browse files Browse the repository at this point in the history
  • Loading branch information
CreepySunny committed Nov 25, 2024
1 parent 715e35d commit 530248e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ Meshtastic.js is a JavaScript library that provides an interface to [Meshtastic]
The library is available from [NPM](https://www.npmjs.com/package/@meshtastic/js) and can be installed with:

```bash
pnpm config set @buf:registry https://buf.build/gen/npm/v1
pnpm config set @jsr:registry=https://npm.jsr.io
```

Alternatevly, create a `.npmrc` file with the following contents:

```conf
@buf:registry=https://buf.build/gen/npm/v1
@jsr:registry=https://npm.jsr.io
```

Finally, install the package:
Expand Down

0 comments on commit 530248e

Please sign in to comment.