Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
changed "cinst au" to "choco install au" because cinst is depreciated.
  • Loading branch information
93andresen authored and corbob committed Mar 21, 2024
1 parent 620672c commit 4990b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ AU module requires minimally PowerShell version 5: `$host.Version -ge '5.0'`

To install it, use one of the following methods:
- PowerShell Gallery: [`Install-Module au`](https://www.powershellgallery.com/packages/AU).
- Chocolatey: [`cinst au`](https://chocolatey.org/packages/au).
- Chocolatey: [`choco install au`](https://chocolatey.org/packages/au).
- [Download](https://github.com/majkinetor/au/releases/latest) latest 7z package or latest build [artifact](https://ci.appveyor.com/project/majkinetor/au/build/artifacts).


Expand Down

0 comments on commit 4990b79

Please sign in to comment.