From d6f45c8279d9e73092dbfb69c33633646f5a4688 Mon Sep 17 00:00:00 2001 From: KD Date: Thu, 3 Apr 2025 21:46:04 -0400 Subject: [PATCH] Updated git cloning (#47) --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bfba89c..0dbd47c 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ IcarusDownloadManager is a CLI software client application that has the feature * serde_json * tokio * tokio-util +* icarus_models ### Getting Started @@ -21,7 +22,7 @@ IcarusDownloadManager is a CLI software client application that has the feature Clone the repo ```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 ``` +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. ### Downloading Song