Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mention official Arch linux release in README #971

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,14 @@ progress follow the [issue #471][17]

#### Arch Linux

We have a package in the AUR [here](https://aur.archlinux.org/packages/kubeone).
Use your favorite method to build it on your system, for example by using
`aurutils`:
`kubeone` can be found in the official Arch Linux repositories:

[https://www.archlinux.org/packages/community/x86_64/kubeone/](https://www.archlinux.org/packages/community/x86_64/kubeone/)

Install it via:

```bash
aur sync kubeone && pacman -S kubeone
pacman -S kubeone
```

### Shell completion and generating documentation
Expand Down