From a5bed415e68cdd08e4317532504d3b6f71df296b Mon Sep 17 00:00:00 2001 From: Muhammed Jishin Jamal TCP <83187455+mohdjishin@users.noreply.github.com> Date: Fri, 9 Feb 2024 00:57:23 +0530 Subject: [PATCH] Update README.md (#1053) not able to clone with the instruction. Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d8b087d23..b5ac4f466 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ go get -d github.com/envoyproxy/protoc-gen-validate > continue to use the `envoyproxy` module path. ``` -git clone github.com/bufbuild/protoc-gen-validate +git clone https://github.com/bufbuild/protoc-gen-validate.git # installs PGV into $GOPATH/bin cd protoc-gen-validate && make build ```