Skip to content

Commit

Permalink
fixup! devguide: better vscode/make split
Browse files Browse the repository at this point in the history
  • Loading branch information
tharvik committed Oct 25, 2023
1 parent bf9b26b commit 720fa7e
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 deletions docs/DEVGUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,9 @@ cd jellyfin-roku

## Install Dependencies

You'll need [`npm`](https://nodejs.org), the default package manager for Node.js.
You'll need [`npm`](https://nodejs.org), version 16 at least.

For Debian-based distributions, install it via:

```bash
sudo apt-get install npm
```

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

```bash
npm install
Expand Down Expand Up @@ -101,12 +95,6 @@ You will need to use telnet to see log statements, warnings, and error reports.

You'll need [`make`](https://www.gnu.org/software/make) and [`curl`](https://curl.se).

For Debian-based distributions, install it via:

```bash
sudo apt-get install make curl
```

Build the package

```bash
Expand Down Expand Up @@ -155,12 +143,6 @@ This repo already contains all necessary images for the app. This script only ne

You'll need `convert`, from [ImageMagick](https://imagemagick.org)

For Debian-based distributions, install it via:

```bash
sudo apt-get install imagemagick
```

Download and convert images:

```bash
Expand Down

0 comments on commit 720fa7e

Please sign in to comment.