Unix build steps cover where to put nuget

This commit is contained in:
Lucas Nicodemus 2018-06-06 12:57:59 -06:00 committed by GitHub
parent 1995161b5e
commit 28e35fda64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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. 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/ $ mkdir ~/bin/
$ cp ~/downloads/nuget.exe ~/bin/
1. Set an environment variable to store if you plan to build in debug or release. 1. Set an environment variable to store if you plan to build in debug or release.