mirror of
https://github.com/FiloSottile/mkcert.git
synced 2025-10-13 16:31:41 +08:00
README: fix git clone command (#224)
This commit is contained in:

committed by
Filippo Valsorda

parent
90341b0d5a
commit
9b04095804
@@ -72,7 +72,7 @@ brew install mkcert
|
|||||||
or build from source (requires Go 1.13+)
|
or build from source (requires Go 1.13+)
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone github.com/FiloSottile/mkcert
|
git clone https://github.com/FiloSottile/mkcert
|
||||||
go build -ldflags "-X main.Version=$(git describe --tags)"
|
go build -ldflags "-X main.Version=$(git describe --tags)"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user