docs: update README.md

This commit is contained in:
cuqmbr 2022-07-17 21:46:34 +03:00 committed by GitHub
parent 33341d8331
commit 31a5e9674e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
# auto.bus Ticket Office web application
You can do the following:
## Features
- Search for routes by departure/arrival city and date
- Filter routes by number, duration and date
@ -21,7 +21,8 @@ You can do the following:
1. [Download](https://dotnet.microsoft.com/download) and install .NET with ASP.NET Core
2. Clone this project
3. Run run.sh file in terminal `[~]$ sh run.sh`
3. Install Entity Framework Core .NET Command-line Tools `[~]$ dotnet tool install --global dotnet-ef`
4. Run run.sh file in terminal `[~]$ sh run.sh`
NOTE: use `[~]$ sh run.sh --help` to see available options