Add GUI instructions to ReadMe
Adds instructions on how to run the GUI after compiling the TypeScript
This commit is contained in:
parent
94d12f0eb3
commit
a0d0a7c27c
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue