From 5debf9de21b5f33c1a0d7d2a0a0ff224ec95e88a Mon Sep 17 00:00:00 2001 From: Bruno Schaatsbergen <58337159+bschaatsbergen@users.noreply.github.com> Date: Fri, 23 Sep 2022 19:57:52 +0200 Subject: [PATCH] Change installation step to go install @latest (#13) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60958dd..c66b97f 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ permissions on the target service. 1. Install the proxy: ```sh - go get github.com/GoogleCloudPlatform/cloud-run-proxy + go install github.com/GoogleCloudPlatform/cloud-run-proxy@latest ``` 1. Start the proxy: