Add GUI instructions to ReadMe

Adds instructions on how to run the GUI after compiling the TypeScript
This commit is contained in:
AnimeDL 2023-07-07 11:20:25 -07:00 committed by GitHub
parent 94d12f0eb3
commit a0d0a7c27c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,6 +44,6 @@ First clone this repo `git clone https://github.com/anidl/multi-downloader-nx.gi
`cd` into the cloned directory and run `pnpm i`.
Afterwards run `pnpm run tsc false [true if you want gui, false otherwise]`.
If you want the `js` files you are done. Just `cd` into the `lib` folder, and run `node index.js --help` to get started
If you want the `js` files you are done. Just `cd` into the `lib` folder, and run `node index.js --help` to get started with the CLI, or run `node gui.js` to run the GUI
If you want to package the application, run pnpm run build-`{platform}`-`{type}` where `{platform}` is the operating system (currently the choices are windows, ubuntu, macos, and arm) and `{type}` is cli or gui.