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
0ea87d1c1c
commit
7fb312bb48
16
README.md
16
README.md
@ -35,10 +35,10 @@ The core infrastructure is written in C# using .NET Core with ASP.NET Core. The
|
|||||||
### API
|
### API
|
||||||
|
|
||||||
```
|
```
|
||||||
cd src/Api
|
$ cd src/Api
|
||||||
dotnet restore
|
$ dotnet restore
|
||||||
dotnet build -f netcoreapp2.0
|
$ dotnet build -f netcoreapp2.0
|
||||||
dotnet run -f netcoreapp2.0
|
$ dotnet run -f netcoreapp2.0
|
||||||
```
|
```
|
||||||
|
|
||||||
visit http://localhost:5000/alive
|
visit http://localhost:5000/alive
|
||||||
@ -46,10 +46,10 @@ visit http://localhost:5000/alive
|
|||||||
### Identity
|
### Identity
|
||||||
|
|
||||||
```
|
```
|
||||||
cd src/Identity
|
$ cd src/Identity
|
||||||
dotnet restore
|
$ dotnet restore
|
||||||
dotnet build -f netcoreapp2.0
|
$ dotnet build -f netcoreapp2.0
|
||||||
dotnet run -f netcoreapp2.0
|
$ dotnet run -f netcoreapp2.0
|
||||||
```
|
```
|
||||||
|
|
||||||
visit http://localhost:33657/.well-known/openid-configuration
|
visit http://localhost:33657/.well-known/openid-configuration
|
||||||
|
Loading…
x
Reference in New Issue
Block a user