Updated README

This commit is contained in:
kdeng00
2024-06-15 12:16:12 -04:00
parent 55fc031e4c
commit e61be52704
+5 -5
View File
@@ -1,18 +1,18 @@
# Icarus # Icarus
Icarus is a music streaming API Server that interacts with [Mear](https://github.com/amazing-username/mear). Icarus is a music streaming API Server that interacts with [Mear](https://github.com/kdeng00/mear).
### Interfacing With Icarus ### Interfacing With Icarus
One can interface with Icarus the music server either by: One can interface with Icarus the music server either by:
* [Mear](https://github.com/amazing-username/mear) - Partially implemented (under development) * [Mear](https://github.com/kdeng00/mear) - Partially implemented (under development)
* [IcarusDownloadManager](https://github.com/amazing-username/IcarusDownloadManager) * [IcarusDownloadManager](https://github.com/kdeng00/IcarusDownloadManager)
## Built With ## Built With
* C# [.NET](https://dotnet.microsoft.com/) 6 * C# [.NET](https://dotnet.microsoft.com/) 8
* [MySql](https://www.nuget.org/packages/MySql.Data/) * [MySql](https://www.nuget.org/packages/MySql.Data/)
* OpenSSL * OpenSSL
* BCrypt.Net-Next * BCrypt.Net-Next
@@ -120,7 +120,7 @@ Prior to starting the API, the Migrations must be applied. There are 6 tables wi
* Year * Year
* Genre * Genre
There is a script for Linux systems to apply these migrations, it can be found in the [Scripts/Migrations/Linux](https://github.com/amazing-username/Icarus/blob/master/Scripts/Migrations/Linux/AddUpdate.sh) directory. Just merely execute: There is a script for Linux systems to apply these migrations, it can be found in the [Scripts/Migrations/Linux](https://github.com/kdeng00/Icarus/blob/master/Scripts/Migrations/Linux/AddUpdate.sh) directory. Just merely execute:
```shell ```shell
scripts/Migrations/Linux/AddUpdate.sh scripts/Migrations/Linux/AddUpdate.sh
``` ```