diff --git a/README.md b/README.md index 3ffadf1a..8261fadc 100644 --- a/README.md +++ b/README.md @@ -155,9 +155,10 @@ You need to re-run the patcher any time `OTAPI` updates. You need to rebuild `Te 1. You need to get NuGet. Download the latest `nuget.exe` from [NuGet](https://www.nuget.org/downloads). -1. Make a `~/bin` folder if you don't have one. +1. Make a `~/bin` folder if you don't have one. Then, put `nuget.exe` inside it. $ mkdir ~/bin/ + $ cp ~/downloads/nuget.exe ~/bin/ 1. Set an environment variable to store if you plan to build in debug or release.