From 63d6022d167f7096efc8829ef69d2f6ae28892cb Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Wed, 29 Dec 2021 15:47:21 -0500 Subject: [PATCH] Updated Readme Added link to conan repo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 413ac74..2ab37e9 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,10 @@ IcarusDownloadManager is a Linux CLI software client application that has the fe ## Built With -* C++ +* C++ with C++17 features * CMake * GCC >= 9 -* conan +* [conan](https://github.com/conan-io/conan) * [json](https://github.com/nlohmann/json) * [openssl](https://github.com/openssl/openssl) * [curl](https://github.com/curl/curl)