From 2c5f68655b199d12b7fbcdd98981987aa6ef0208 Mon Sep 17 00:00:00 2001 From: Kun Deng Date: Fri, 22 Mar 2019 22:04:32 -0400 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 392fbe2..6792db6 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,15 @@ Icarus is a music streaming API that interacts with [Mear](https://github.com/amazing-username/mear). +### Interfacing With Icarus + +One can interface with Icarus the music server either by: + +* [Mear](https://github.com/amazing-username/mear) - Feature not implemented (under development) +* [IcarusDownloadManager](https://github.com/amazing-username/IcarusDownloadManager) - Implemented (under development) + ### Prerequisites -* dotnet-core-dsk +* dotnet-core-sdk * dotnet-core-runtime * dotnet-core-host @@ -13,6 +20,10 @@ Icarus is a music streaming API that interacts with [Mear](https://github.com/am * .NET Core * .NET Web RESTful API +## Contributing + +Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on the code of conduct, and the process for submitting pull requests to the project. + ## Versioning Currently under development. No version has been released @@ -21,6 +32,8 @@ Currently under development. No version has been released * **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