Skip to content

Commit 6764f82

Browse files
Update README.md
1 parent c64eb86 commit 6764f82

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,14 @@ to automatically netcode patch the project's output assemblies.
107107

108108
### Programmatic API
109109

110-
NetcodePatcher is also available programmatically. Just add a package reference to
110+
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
111118
`Evaisa.NetcodePatcher` to your `.csproj` project:
112119

113120
```xml

0 commit comments

Comments
 (0)