1
0
mirror of https://github.com/bitwarden/server.git synced 2024-12-22 16:57:36 +01:00

Update README.md

This commit is contained in:
Kyle Spearrin 2017-08-22 21:11:58 -04:00 committed by GitHub
parent 0ea87d1c1c
commit 7fb312bb48

View File

@ -35,10 +35,10 @@ The core infrastructure is written in C# using .NET Core with ASP.NET Core. The
### API
```
cd src/Api
dotnet restore
dotnet build -f netcoreapp2.0
dotnet run -f netcoreapp2.0
$ cd src/Api
$ dotnet restore
$ dotnet build -f netcoreapp2.0
$ dotnet run -f netcoreapp2.0
```
visit http://localhost:5000/alive
@ -46,10 +46,10 @@ visit http://localhost:5000/alive
### Identity
```
cd src/Identity
dotnet restore
dotnet build -f netcoreapp2.0
dotnet run -f netcoreapp2.0
$ cd src/Identity
$ dotnet restore
$ dotnet build -f netcoreapp2.0
$ dotnet run -f netcoreapp2.0
```
visit http://localhost:33657/.well-known/openid-configuration