diff --git a/README.md b/README.md index a65f279..177eaec 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,7 @@ go install github.com/grpc-ecosystem/grpc-gateway/protoc-gen-swagger@latest ### Add PATH add/edit to your ~/.bashrc or ~/.zshrc file ```bash +export GOPATH="/home/aji/go" export PATH="$PATH:$GOPATH/bin" ``` ### Validate Protoc Dependency Golang Installation