Merge pull request #6030 from nj/readme_environment_var
Change name for DOTNET_PACKAGES to NUGET_PACKAGES
This commit is contained in:
commit
ee9ba91e85
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue