mirror of
https://github.com/FiloSottile/mkcert.git
synced 2025-10-14 00:41:40 +08:00
Mention Linuxbrew as the preferred way to install mkcert (#61)
This commit is contained in:

committed by
Filippo Valsorda

parent
2f97cba085
commit
d22f934623
@@ -30,7 +30,7 @@ mkcert automatically creates and installs a local CA in the system root store, a
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
On macOS, use Homebrew.
|
On macOS, use [Homebrew](https://brew.sh/).
|
||||||
|
|
||||||
```
|
```
|
||||||
brew install mkcert
|
brew install mkcert
|
||||||
@@ -51,8 +51,13 @@ sudo apt install libnss3-tools
|
|||||||
-or-
|
-or-
|
||||||
sudo yum install nss-tools
|
sudo yum install nss-tools
|
||||||
```
|
```
|
||||||
|
and install using [Linuxbrew](http://linuxbrew.sh/).
|
||||||
|
|
||||||
and build from source (requires Go 1.10+), or use [the pre-built binaries](https://github.com/FiloSottile/mkcert/releases).
|
```
|
||||||
|
brew install mkcert
|
||||||
|
````
|
||||||
|
|
||||||
|
You can also build from source (requires Go 1.10+), or use [the pre-built binaries](https://github.com/FiloSottile/mkcert/releases).
|
||||||
|
|
||||||
```
|
```
|
||||||
go get -u github.com/FiloSottile/mkcert
|
go get -u github.com/FiloSottile/mkcert
|
||||||
|
Reference in New Issue
Block a user