mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-04-21 08:21:56 +00:00
Created Before doing anything (markdown)
parent
82ebe7775b
commit
25c6bc5765
1 changed files with 11 additions and 0 deletions
11
Before-doing-anything.md
Normal file
11
Before-doing-anything.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# Before doing anything
|
||||
|
||||
There are two versions of this tool. The compiled one (.exe) which can be downloaded through the releases. They are more stable, but might not provide the newest features.
|
||||
The second one is the code base. You can use it simply by having node.js installed.
|
||||
|
||||
They both work fundamentally the same, but there is one major difference.
|
||||
|
||||
While using the command line (cmd on Windows) you interact with the code version by typing `node funi.js [Coustom Args]` (where [Custom Args] is the data you feed into the tool, more on that later).
|
||||
For the compiled version, you use `funi[extension] [Coustom Args]`, where [extension] is .exe on Windows or nothing on macOS and Linux.
|
||||
|
||||
For the rest of this tutorial, I will refer to every command by using `node funi.js`.
|
||||
Loading…
Reference in a new issue