Updated git cloning (#47)

This commit was merged in pull request #47.
This commit is contained in:
KD
2025-04-03 21:46:04 -04:00
committed by GitHub
parent 58a88b1abd
commit d6f45c8279
+6 -1
View File
@@ -14,6 +14,7 @@ IcarusDownloadManager is a CLI software client application that has the feature
* serde_json * serde_json
* tokio * tokio
* tokio-util * tokio-util
* icarus_models
### Getting Started ### Getting Started
@@ -21,7 +22,7 @@ IcarusDownloadManager is a CLI software client application that has the feature
Clone the repo Clone the repo
```BASH ```BASH
git clone --recursive https://github.com/kdeng00/IcarusDownloadManager git clone git@github.com:kdeng00/IcarusDownloadManager.git
``` ```
@@ -32,6 +33,10 @@ cd IcarusDownloadManager
cargo build cargo build
``` ```
Even though this project is open source, there are some libraries that are closed source (may be opened later).
In order to successfully build it, your ssh public key would be needed to add to the closed libraries. If you
have interest, something could be worked out to provide access.
The program has been built and can be executed by the binary file *icarus-dm*. For information on how to use icarua-dm, merely execute the program without any command line arguments. The program has been built and can be executed by the binary file *icarus-dm*. For information on how to use icarua-dm, merely execute the program without any command line arguments.
### Downloading Song ### Downloading Song