Skip to content

Commit 1d54d1b

Browse files
Revise README.md for new startup steps (#668)
## Description Change file to change AccessToNugetFeed to the correct, current implementation.
1 parent f34e99d commit 1d54d1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To get the site that is seen at [essentialcsharp.com](https://essentialcsharp.co
1818

1919
1. Clone Repository locally.
2020
2. Set any needed secrets
21-
3. If you have do not have access to the private nuget feed, change the line `<AccessToNugetFeed>true</AccessToNugetFeed>` to `<AccessToNugetFeed>false</AccessToNugetFeed>` in [EssentialCSharp.Web/EssentialCSharp.Web.csproj](https://github.com/IntelliTect/EssentialCSharp.Web/blob/main/EssentialCSharp.Web/EssentialCSharp.Web.csproj).
21+
3. If you have do not have access to the private nuget feed, change the line `<AccessToNugetFeed>true</AccessToNugetFeed>` to `<AccessToNugetFeed>false</AccessToNugetFeed>` in [Directory.Packages.props](https://github.com/IntelliTect/EssentialCSharp.Web/blob/main/Directory.Packages.props).
2222

2323
## Environment Prequisites
2424

@@ -40,4 +40,4 @@ Testing Secret Values:
4040
Some Value Secrets for Testing/Development Purposes:
4141
HCaptcha: https://docs.hcaptcha.com/#integration-testing-test-keys
4242

43-
Please use issues or discussions to report issues found.
43+
Please use issues or discussions to report issues found.

0 commit comments

Comments
 (0)