mirror of
https://github.com/FiloSottile/mkcert.git
synced 2025-10-13 16:31:41 +08:00
README: add "cd mkcert" to build from source instructions (#228)
Co-authored-by: Filippo Valsorda <1225294+FiloSottile@users.noreply.github.com>
This commit is contained in:

committed by
Filippo Valsorda

parent
cb6311cfbe
commit
42a6d00604
@@ -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 https://github.com/FiloSottile/mkcert
|
git clone https://github.com/FiloSottile/mkcert && cd 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