Enhance README with run and debug instructions
This commit is contained in:
@ -33,9 +33,11 @@ cd MyCompany.MyProject
|
|||||||
dotnet build
|
dotnet build
|
||||||
cd Server
|
cd Server
|
||||||
dotnet run
|
dotnet run
|
||||||
browse to http://localhost:5001
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Browse to http://localhost:5001 to run the application (the Install Wizard will be displayed the first time).
|
||||||
|
To develop/debug, open the MyCompany.MyProject.sln file in the root folder and hit F5.
|
||||||
|
|
||||||
**Installing using source code from the Dev/Master branch:**
|
**Installing using source code from the Dev/Master branch:**
|
||||||
|
|
||||||
- Install **[.NET 9.0.8 SDK](https://dotnet.microsoft.com/download/dotnet/9.0)**.
|
- Install **[.NET 9.0.8 SDK](https://dotnet.microsoft.com/download/dotnet/9.0)**.
|
||||||
|
|||||||
Reference in New Issue
Block a user