mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 05:00:19 -05:00
Update README.md
This commit is contained in:
parent
f5681a0e80
commit
49aa1daacc
@ -37,7 +37,7 @@ The core infrastructure is written in C# using .NET Core with ASP.NET Core. The
|
|||||||
```
|
```
|
||||||
cd src/Api
|
cd src/Api
|
||||||
dotnet restore
|
dotnet restore
|
||||||
dotnet build
|
dotnet build -f netcoreapp2.0
|
||||||
dotnet run -f netcoreapp2.0
|
dotnet run -f netcoreapp2.0
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -48,7 +48,7 @@ visit http://localhost:5000/alive
|
|||||||
```
|
```
|
||||||
cd src/Identity
|
cd src/Identity
|
||||||
dotnet restore
|
dotnet restore
|
||||||
dotnet build
|
dotnet build -f netcoreapp2.0
|
||||||
dotnet run -f netcoreapp2.0
|
dotnet run -f netcoreapp2.0
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user