From f19dd5e003fe1e71754238fc41b4ce5b828051e5 Mon Sep 17 00:00:00 2001 From: Kun Deng Date: Sun, 7 Apr 2019 18:33:32 -0400 Subject: [PATCH] Update README.md --- README.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 6b1a342..fc127d3 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,9 @@ # IcarusDownloadManager -IcarusDownloadManager is a CLI program tool that has the feature of uploading and downloading songs from the [Icarus](https://github.com/amazing-username/Icarus) Music Server. +IcarusDownloadManager is a Linux UI software client application that has the feature of uploading and downloading songs from the [Icarus](https://github.com/amazing-username/Icarus) Music Server. -### Prerequisites -* CMake -* gcc -* libcurl -* [cpr](http://whoshuu.github.io/cpr/) - -### Installing +### Getting Started Clone the repository and esnure that the cpr c++ module is implemented by checking the contents of the cpr directory. If you notice a directory structure and a *CMakeList.txt* file then you are fine. Otherwise implement the modules with the following command: @@ -30,7 +24,12 @@ The program has been built and can be executed by the binary file *icd* ## Built With -* c++ +* C++ +* CMake +* GCC +* libCurl +* Qt 5 +* [cpr](http://whoshuu.github.io/cpr/) ## Contributing