Browse Source

Update README.md

pull/95/head
Kyle Spearrin 8 years ago committed by GitHub
parent
commit
49aa1daacc
  1. 4
      README.md

4
README.md

@ -37,7 +37,7 @@ The core infrastructure is written in C# using .NET Core with ASP.NET Core. The @@ -37,7 +37,7 @@ The core infrastructure is written in C# using .NET Core with ASP.NET Core. The
```
cd src/Api
dotnet restore
dotnet build
dotnet build -f netcoreapp2.0
dotnet run -f netcoreapp2.0
```
@ -48,7 +48,7 @@ visit http://localhost:5000/alive @@ -48,7 +48,7 @@ visit http://localhost:5000/alive
```
cd src/Identity
dotnet restore
dotnet build
dotnet build -f netcoreapp2.0
dotnet run -f netcoreapp2.0
```

Loading…
Cancel
Save