We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c64eb86 commit 6764f82Copy full SHA for 6764f82
README.md
@@ -107,7 +107,14 @@ to automatically netcode patch the project's output assemblies.
107
108
### Programmatic API
109
110
-NetcodePatcher is also available programmatically. Just add a package reference to
+NetcodePatcher is also available programmatically.
111
+
112
+Add the `dotnet-tools` NuGet source to your `NuGet.Config`:
113
+```xml
114
+<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
115
+```
116
117
+Then Add a package reference to
118
`Evaisa.NetcodePatcher` to your `.csproj` project:
119
120
```xml
0 commit comments