mirror of
https://github.com/FiloSottile/mkcert.git
synced 2025-10-14 00:41:40 +08:00
README: update the AUR install instructions (#91)
This commit is contained in:

committed by
Filippo Valsorda

parent
48e7d200ae
commit
afbc420fa0
@@ -76,10 +76,12 @@ $(go env GOPATH)/bin/mkcert
|
|||||||
|
|
||||||
or use [the pre-built binaries](https://github.com/FiloSottile/mkcert/releases).
|
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/).
|
||||||
|
|
||||||
```
|
```bash
|
||||||
yaourt -S mkcert
|
git clone https://aur.archlinux.org/mkcert.git
|
||||||
|
cd mkcert
|
||||||
|
makepkg -si
|
||||||
```
|
```
|
||||||
|
|
||||||
### Windows
|
### Windows
|
||||||
|
Reference in New Issue
Block a user