**Describe the bug** In [windows-instructions.md](https://github.com/codidact/core/blob/develop/docs/windows-instructions.md), it says: > 1. Run the following command inside of 'src/WebUI' to install the connection string > > ``` > dotnet user-secrets set "ConnectionStrings:DefaultConnection" "YOUR_CONNECTION_STRING" > ``` but the src/WebUI folder does not exist in the current source tree. The same problem exists in the Linux setup documentation.
Describe the bug
In windows-instructions.md, it says:
but the src/WebUI folder does not exist in the current source tree.
The same problem exists in the Linux setup documentation.