From 01faa60699df94b94da7e803ca31ac2177e92b83 Mon Sep 17 00:00:00 2001 From: Kun Deng Date: Sat, 26 Oct 2019 10:31:46 -0400 Subject: [PATCH] Update README.md --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6d584eb..cf4debf 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,7 @@ The only requirement of the User is that the user should have full permissions t Prior to starting the API, the database must be created. The following tables are required: * User +* Salt * Song * Album * Artist @@ -156,7 +157,7 @@ cd ../.. mkdir build cd build conan install .. -cmake .. +cmake .. -DCMAKE_BUILD_TYPE=RELEASE -DUSE_SYSTEM_CURL=ON -DBUILD_CPR_TESTS=OFF -DOATPP_BUILD_TESTS=OFF make bin/icarus ``` @@ -166,16 +167,10 @@ Runs the server on localhost port 5002 Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on the code of conduct, and the process for submitting pull requests to the project. -## Versioning - -* [v0.1](https://github.com/amazing-username/Icarus/releases/tag/v0.1) - ## Authors * **Kun Deng** - [amazing-username](https://github.com/amazing-username) -See also the list of [contributors](https://github.com/amazing-username/Icarus/graphs/contributors) who participated in this project. - ## License This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details