Merge pull request #6030 from nj/readme_environment_var

Change name for DOTNET_PACKAGES to NUGET_PACKAGES
This commit is contained in:
Livar 2017-03-14 18:19:41 -07:00 committed by GitHub
commit ee9ba91e85

View file

@ -74,7 +74,7 @@ Runs a portable app named `myapp.dll`.
## ENVIRONMENT
`DOTNET_PACKAGES`
`NUGET_PACKAGES`
The primary package cache. If not set, it defaults to $HOME/.nuget/packages on Unix or %HOME%\NuGet\Packages on Windows.