From a1db643fbf73aecbafc01fc6142cf31353c02835 Mon Sep 17 00:00:00 2001 From: phoenix Date: Sun, 30 Mar 2025 16:27:07 -0400 Subject: [PATCH] Updated git cloning --- 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 -- 2.47.3