Switch AUR to released one

This commit is contained in:
Filippo Valsorda
2018-08-05 17:39:56 -04:00
committed by GitHub
parent ae768be874
commit 62149df1a0

View File

@@ -52,10 +52,10 @@ go get -u github.com/FiloSottile/mkcert
$(go env GOPATH)/bin/mkcert
```
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-git/).
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/).
```
yaourt -S mkcert-git
yaourt -S mkcert
```
Windows will be supported [soon](https://github.com/FiloSottile/mkcert/pull/46).