Skip to content

Commit

Permalink
Update DEVGUIDE.md
Browse files Browse the repository at this point in the history
npm is not node!
  • Loading branch information
frothedoatmilk authored Dec 1, 2024
1 parent 7d82184 commit 03fdbb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/DEVGUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ cd jellyfin-roku

## Install Dependencies

You'll need [`npm`](https://nodejs.org), version 16 at least.
You'll need [`node`](https://nodejs.org), version 16 at least.

Then, use it to install dependencies
Then, use `npm` to install dependencies

```bash
npm install
Expand Down

0 comments on commit 03fdbb4

Please sign in to comment.