From 62149df1a0d35913e27986f98a01a890574f9800 Mon Sep 17 00:00:00 2001 From: Filippo Valsorda Date: Sun, 5 Aug 2018 17:39:56 -0400 Subject: [PATCH] Switch AUR to released one --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3cf5f08..70aa21d 100644 --- a/README.md +++ b/README.md @@ -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).