To install a Chocolatey module, run the following command:
choco install <PACKAGE_NAME>
Example
choco install nuget-choco-local
To make sure your client resolves from this repository, verify it is the first in the list of sources in your NuGet.config file, or run the following command:
choco install <PACKAGE_NAME> -Source Artifactory
Example
choco install nuget-choco-local -Source Artifactory