Skip to content

Commit

Permalink
Add dl.filippo.io instructions to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
FiloSottile committed Apr 26, 2022
1 parent d7ab78d commit 7abefc9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@ go build -ldflags "-X main.Version=$(git describe --tags)"

or use [the pre-built binaries](https://github.com/FiloSottile/mkcert/releases).

```
curl -JLO "https://dl.filippo.io/mkcert/latest?for=linux/amd64"
chmod +x mkcert-v*-linux-amd64
sudo cp mkcert-v*-linux-amd64 /usr/local/bin/mkcert
```

For Arch Linux users, [`mkcert`](https://www.archlinux.org/packages/community/x86_64/mkcert/) is available on the official Arch Linux repository.

```
Expand Down

0 comments on commit 7abefc9

Please sign in to comment.