From 31a5e9674e0d7806b0d59855e51ac93936f90da4 Mon Sep 17 00:00:00 2001 From: cuqmbr <52876496+cuqmbr@users.noreply.github.com> Date: Sun, 17 Jul 2022 21:46:34 +0300 Subject: [PATCH] docs: update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5943ee6..b95b4f3 100644 --- a/README.md +++ b/README.md @@ -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