manga-download / haruneko

Prototype of HakuNeko based on NW.js + TypeScript

Home Page:https://haruneko-docs.pages.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Nw.js install instructions to README.md

minhngoc25a opened this issue · comments

nw has to be in PATH in order for the software to successfully compile, otherwise it would fail. Although the README.md did mention that this one is based on NW.js, it is always a good practice to mention how to install NW.js in advance.

On Windows, nw can be installed by manually download the archive, extracting them and adding the directory to PATH, or we can do it automatically via package managers such as scoop:

scoop bucket add extras
scoop install extras/nwjs-sdk

On Mac, using Homebrew:

brew install --cask nwjs

On Linux, download the tar archive, extract them and add the directory containing the binary to PATH.

npm install is taking care of this, i never installed NWjs manually

edit: it's on the dependencies and will be installed by npm https://github.com/manga-download/haruneko/blob/master/app/nw/package.json