Skip to content

Commit

Permalink
Merge pull request #2071 from frothedoatmilk/patch-1
Browse files Browse the repository at this point in the history
Update DEVGUIDE.md to say "node version 16" not "npm version 16"
  • Loading branch information
jimdogx authored Dec 7, 2024
2 parents f9c53cd + 03fdbb4 commit e500e6a
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 e500e6a

Please sign in to comment.