We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0116277 commit 8eb7472Copy full SHA for 8eb7472
README.md
@@ -6,7 +6,7 @@ AnyPackage.Chocolatey is an AnyPackage provider that facilitates installing Choc
6
Install-Module AnyPackage.Chocolatey -Force
7
```
8
9
-## Importing AnyPackage.Chocolatey
+## Import AnyPackage.Chocolatey
10
```PowerShell
11
Import-Module AnyPackage.Chocolatey
12
@@ -39,7 +39,7 @@ Get-Package keepass-plugin-winhello | Uninstall-Package
39
40
### Manage package sources
41
42
-Register-PackageSource privateRepo -Location 'https://somewhere/out/there/api/v2/'
+Register-PackageSource privateRepo -Provider Chocolatey -Location 'https://somewhere/out/there/api/v2/'
43
Find-Package nodejs -Source privateRepo | Install-Package
44
Unregister-PackageSource privateRepo
45
0 commit comments