Skip to content

Commit

Permalink
Mention official Arch linux release in README (#971)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Rebischke <[email protected]>
  • Loading branch information
shibumi authored Jul 10, 2020
1 parent 2081b21 commit 4d7b3f4
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 4d7b3f4

Please sign in to comment.