From 28e35fda648405c00167f77c790b0f32c6ee0292 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Wed, 6 Jun 2018 12:57:59 -0600 Subject: [PATCH] Unix build steps cover where to put nuget --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.