소스 검색

README: add "cd mkcert" to build from source instructions (#228)

Co-authored-by: Filippo Valsorda <1225294+FiloSottile@users.noreply.github.com>
Koen Vervloesem 5 년 전
부모
커밋
42a6d00604
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -72,7 +72,7 @@ brew install mkcert
 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)"
 ```