Skip to content

Commit

Permalink
Add Linux AUR support in docs (#226)
Browse files Browse the repository at this point in the history
* Add Linux AUR support in docs

* Add comment for AUR docs version checking
  • Loading branch information
Ch4s3r authored Jan 31, 2022
1 parent 11efe0a commit 88db5a4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,17 @@ choco install argocd-autopilot
argocd-autopilot version
```

### Linux AUR:
```bash
# install
yay -S argocd-autopilot-bin
# or
sudo pacman -S argocd-autopilot-bin

# check the installation
argocd-autopilot version
```

### Linux and WSL (using curl):
```bash
# get the latest version or change to a specific version
Expand Down

0 comments on commit 88db5a4

Please sign in to comment.