Update README.md

This commit is contained in:
Kun Deng
2019-10-26 10:31:46 -04:00
committed by GitHub
parent 8714d76a2a
commit 01faa60699
+2 -7
View File
@@ -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: Prior to starting the API, the database must be created. The following tables are required:
* User * User
* Salt
* Song * Song
* Album * Album
* Artist * Artist
@@ -156,7 +157,7 @@ cd ../..
mkdir build mkdir build
cd build cd build
conan install .. conan install ..
cmake .. cmake .. -DCMAKE_BUILD_TYPE=RELEASE -DUSE_SYSTEM_CURL=ON -DBUILD_CPR_TESTS=OFF -DOATPP_BUILD_TESTS=OFF
make make
bin/icarus 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. 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 ## Authors
* **Kun Deng** - [amazing-username](https://github.com/amazing-username) * **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 ## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details