Update README.md

This commit is contained in:
scrouthtv 2020-12-07 17:23:21 +01:00 committed by GitHub
parent 1382a91f77
commit 4b31fca816
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,14 @@ Installing doas is accomplished in three steps:
2. Compiling and installing the doas utility.
3. Creating a configuration file for doas.
[https://aur.archlinux.org/packages/doas/](For Arch Linux users is a package available in the AUR.) Install it using your AUR helper or using `makepkg -si`.
## Installation via AUR
[For Arch Linux users is a package available in the AUR:](https://aur.archlinux.org/packages/doas/)
```
~ git clone https://aur.archlinux.org/doas.git
~ cd doas
~ makepkg -si
```
## Installing build tools