Update README.md

This commit is contained in:
Laura Hausmann 2023-01-24 21:09:00 +01:00
parent 4c76636b35
commit 45f51fd518
Signed by: zotan
GPG Key ID: D044E84C5BE01605
1 changed files with 3 additions and 2 deletions

View File

@ -4,8 +4,9 @@
- This app uses the `Remote-User` header for authentication. For production use an auth proxy like Authelia is required. In development mode the user is set to `zotan` by default. This can be changed in `AuthUtil.cs`.
## Development / testing requirements
- .NET Core SDK (version 6.0 or higher; arch package `dotnet-sdk`)
- ASP.NET Core Runtime (version 6.0 or higher; arch package `aspnet-runtime`)
- .NET Core SDK (version 7.0 or higher; arch package `dotnet-sdk`)
- ASP.NET Core Runtime (version 7.0 or higher; arch package `aspnet-runtime`)
- `cd MediaManager`
- `git submodule update --init`
- `dotnet run`