Skip to content

Commit

Permalink
Readme tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanbergstrom committed Jan 21, 2023
1 parent 0116277 commit 8eb7472
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ AnyPackage.Chocolatey is an AnyPackage provider that facilitates installing Choc
Install-Module AnyPackage.Chocolatey -Force
```

## Importing AnyPackage.Chocolatey
## Import AnyPackage.Chocolatey
```PowerShell
Import-Module AnyPackage.Chocolatey
```
Expand Down Expand Up @@ -39,7 +39,7 @@ Get-Package keepass-plugin-winhello | Uninstall-Package

### Manage package sources
```PowerShell
Register-PackageSource privateRepo -Location 'https://somewhere/out/there/api/v2/'
Register-PackageSource privateRepo -Provider Chocolatey -Location 'https://somewhere/out/there/api/v2/'
Find-Package nodejs -Source privateRepo | Install-Package
Unregister-PackageSource privateRepo
```
Expand Down

0 comments on commit 8eb7472

Please sign in to comment.