Skip to content

Commit

Permalink
Add winget as supported installation process on Windows (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
APErebus authored Sep 10, 2024
1 parent 157ca34 commit c939b69
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,14 @@ choco install octopus-cli

*Note:* At this time, the chocolatey package is x64 only. If you are using Windows on ARM, download the manual archive instead.

#### Windows - winget

```shell
winget install OctopusDeploy.Cli
```

*Note:* At this time, the winget package is x64 only. If you are using Windows on ARM, download the manual archive instead.

#### macOS - Homebrew

```shell
Expand Down

0 comments on commit c939b69

Please sign in to comment.