README: update the AUR install instructions (#91)

This commit is contained in:
Jurgen Verhasselt
2018-11-26 17:57:50 +01:00
committed by Filippo Valsorda
parent 48e7d200ae
commit afbc420fa0

View File

@@ -76,10 +76,12 @@ $(go env GOPATH)/bin/mkcert
or use [the pre-built binaries](https://github.com/FiloSottile/mkcert/releases).
On Arch Linux you can use your [AUR helper](https://wiki.archlinux.org/index.php/AUR_helpers) to install mkcert from the [PKGBUILD](https://aur.archlinux.org/packages/mkcert/).
For Arch Linux users, mkcert is available from AUR as [`mkcert`](https://aur.archlinux.org/packages/mkcert/) or [`mkcert-git`](https://aur.archlinux.org/packages/mkcert-git/).
```
yaourt -S mkcert
```bash
git clone https://aur.archlinux.org/mkcert.git
cd mkcert
makepkg -si
```
### Windows