Skip to content

Commit

Permalink
Mention official Arch linux release in README
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Rebischke <chris@shibumi.dev>
  • Loading branch information
shibumi committed Jul 10, 2020
1 parent 390b96d commit b7a5101
Showing 1 changed file with 7 additions and 4 deletions.
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

0 comments on commit b7a5101

Please sign in to comment.