Skip to content

Commit

Permalink
Revise README.md for new startup steps (#668)
Browse files Browse the repository at this point in the history
## Description

Change file to change AccessToNugetFeed to the correct, current
implementation.
  • Loading branch information
Joshua-Lester3 authored Dec 16, 2024
1 parent f34e99d commit 1d54d1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<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).
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).

## Environment Prequisites

Expand All @@ -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.
Please use issues or discussions to report issues found.

0 comments on commit 1d54d1b

Please sign in to comment.