Skip to content

Commit

Permalink
Corrected a bug in the readme (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael authored Feb 7, 2023
1 parent a6c3416 commit 97ee615
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,9 @@ careful not to commit developer specific changes back to the repository.
- Change other settings as needed.
- Save the file.

Finally, start the local platform services (make sure you are in the LocalTest folder)
```shell
Finally, start the local platform services (make sure you are in the `/src` folder)
```bash
cd /src
dotnet run
```

Expand All @@ -99,6 +100,7 @@ In some cases your application might differ from the default setup and require c
This section contains the most common changes.

#### Adjust authentication level of logged in test user

This would be required if your app requires a higher than default authentication level. You can also use this to give the user a lower authentication level if you want to test the app behaviour for those.
1. Open the `src/Controllers/HomeController.cs` in your preffered text editor or IDE.
2. Find the function `LogInTestUser`
Expand Down

0 comments on commit 97ee615

Please sign in to comment.