Updated README

This commit is contained in:
lizbian 2021-06-13 11:00:01 +02:00 committed by Liz
parent 5146052f73
commit 96f683e1ae
1 changed files with 4 additions and 2 deletions

View File

@ -10,8 +10,10 @@
- Most importantly: have fun.
## Development / testing requirements
- .NET Core SDK (version 3.1.3 or higher; arch package `dotnet-sdk`)
- ASP.NET Core Runtime (version 3.1.3 or higher; arch package `aspnet-runtime`)
- .NET Core SDK (version 5.0 or higher; arch package `dotnet-sdk`)
- ASP.NET Core Runtime (version 5,0 or higher; arch package `aspnet-runtime`)
- Redis instance running on localhost
- `cd bahnplan.web`
- `cp database.db.example database.db`
- `dotnet run`