Change name for DOTNET_PACKAGES to NUGET_PACKAGES

README was never updated in #817, making it show an obsolete variable.

This reflects the name used in the current code
This commit is contained in:
Nikolaj Jørgensen 2017-03-14 10:55:29 +01:00 committed by GitHub
parent 31f1d4ed6e
commit cacd52fdbb

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.