From 1d54d1b42b1876767d6bbeebf89eb606c8858f0d Mon Sep 17 00:00:00 2001 From: Joshua Lester <127695056+Joshua-Lester3@users.noreply.github.com> Date: Sun, 15 Dec 2024 19:59:38 -0800 Subject: [PATCH] Revise README.md for new startup steps (#668) ## Description Change file to change AccessToNugetFeed to the correct, current implementation. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f796b58..c06bf130 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ To get the site that is seen at [essentialcsharp.com](https://essentialcsharp.co 1. Clone Repository locally. 2. Set any needed secrets -3. If you have do not have access to the private nuget feed, change the line `true` to `false` in [EssentialCSharp.Web/EssentialCSharp.Web.csproj](https://github.com/IntelliTect/EssentialCSharp.Web/blob/main/EssentialCSharp.Web/EssentialCSharp.Web.csproj). +3. If you have do not have access to the private nuget feed, change the line `true` to `false` in [Directory.Packages.props](https://github.com/IntelliTect/EssentialCSharp.Web/blob/main/Directory.Packages.props). ## Environment Prequisites @@ -40,4 +40,4 @@ Testing Secret Values: Some Value Secrets for Testing/Development Purposes: HCaptcha: https://docs.hcaptcha.com/#integration-testing-test-keys -Please use issues or discussions to report issues found. \ No newline at end of file +Please use issues or discussions to report issues found.