Browse Source

Switch AUR to released one

Filippo Valsorda 6 years ago
parent
commit
62149df1a0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
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).