Skip to content

Commit 1640822

Browse files
authored
docs: Update the 'To Setup Nuget' section (#572)
1 parent 678da94 commit 1640822

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,18 @@ Visual studio
5959
- Open with [Visual Studio](https://www.visualstudio.com/)
6060
- build solution
6161

62-
## Nuget Deployment (for maintainers)
62+
## NuGet Deployment (for maintainers)
63+
64+
### To Setup NuGet
65+
- Download [NuGet exe](http://nuget.org/nuget.exe).
66+
- [install the NuGet CLI](https://learn.microsoft.com/en-us/nuget/install-nuget-client-tools#nugetexe-cli) for your preffered OS.
67+
> Windows <br/>
68+
Add the folder where you placed nuget.exe to your PATH environment variable. <br/>
69+
> macOS/Linux <br/>
70+
`alias NuGet='mono <Nuget Path>/NuGet.exe'` <br/>
71+
72+
- Setup the Api Key ([see here](https://learn.microsoft.com/en-us/nuget/reference/cli-reference/cli-ref-setapikey)).
6373

64-
### To Setup Nuget
65-
- Download [Nuget exe](http://nuget.org/nuget.exe).
66-
- Setup the Api Key ([see here](http://docs.nuget.org/docs/creating-packages/creating-and-publishing-a-package#api-key)).
67-
- `alias NuGet='mono <Nuget Path>/NuGet.exe'`
6874

6975

7076
### To Release a New Version

0 commit comments

Comments
 (0)