Skip to content

Commit

Permalink
fix(dev): small adjustment to INSTALL.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoscode committed Nov 28, 2023
1 parent a7c1b71 commit a270bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ you need to use the [WSL](https://learn.microsoft.com/de-de/windows/wsl/install)
- GITHUB_TOKEN
- Follow the "docker" path of the "Development setup" to get it up and running:
1. Run `task docker:start-app` and wait until it shows "Started ManagedIdentityWalletsApplication in ... seconds"
2. Run `task app:get-token` and copy the token (including "BEARER" prefix) (Mac users have the token already in their clipboard :) )
2. Run `task app:get-token` in another shell and copy the token (including "BEARER" prefix) (Mac users have the token already in their clipboard :) )
3. Open API doc on http://localhost:8000
4. Click on Authorize on Swagger UI and on the dialog paste the token (incl. "Bearer") into the "value" input
5. Click on "Authorize" and "close"
Expand Down

0 comments on commit a270bfd

Please sign in to comment.