mirror of
https://github.com/FiloSottile/mkcert.git
synced 2025-10-14 00:41:40 +08:00
v0.9.0
This commit is contained in:
2
Makefile
2
Makefile
@@ -8,6 +8,8 @@ mkcert: .GOPATH/.ok
|
|||||||
clean:
|
clean:
|
||||||
rm -rf bin .GOPATH
|
rm -rf bin .GOPATH
|
||||||
|
|
||||||
|
unexport GOBIN
|
||||||
|
|
||||||
.GOPATH/.ok:
|
.GOPATH/.ok:
|
||||||
mkdir -p ".GOPATH/src/$(IMPORT_PATH)"
|
mkdir -p ".GOPATH/src/$(IMPORT_PATH)"
|
||||||
rmdir ".GOPATH/src/$(IMPORT_PATH)"
|
rmdir ".GOPATH/src/$(IMPORT_PATH)"
|
||||||
|
@@ -45,7 +45,7 @@ sudo apt install libnss3-tools
|
|||||||
sudo yum install nss-tools
|
sudo yum install nss-tools
|
||||||
```
|
```
|
||||||
|
|
||||||
and build from source (requires Go 1.10+), or use [the pre-built binaries (coming soon)](https://github.com/FiloSottile/mkcert/releases).
|
and 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