This commit is contained in:
kdeng00
2022-08-07 20:44:37 -04:00
parent 3195011f99
commit 2743543102
2 changed files with 9 additions and 14 deletions
+8 -3
View File
@@ -17,6 +17,12 @@ IcarusDownloadManager is a Linux CLI software client application that has the fe
### Getting Started
Clone the repo
```
git clone --recursive https://github.com/kdeng00/IcarusDownloadManager
```
Install packages
```
@@ -26,12 +32,11 @@ vcpkg install curl
vcpkg install cpr
```
Build the project:
```
git clone --recursive https://github.com/kdeng00/IcarusDownloadManager
cd IcarusDownloadManager
mkdir build
cd build