From 763af02078253a3ab7ac6072a9ddf0b0993b82b9 Mon Sep 17 00:00:00 2001
From: thatmichaelguy <yes.thatmichael@gmail.com>
Date: Thu, 27 Jan 2022 18:04:42 -0300
Subject: [PATCH] update build command

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index da89b61..e5bb80f 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ Because they share basic mechanisms, [Cloudflare's blogpost on mmproxy](https://
 ## Building
 
 ```shell
-go get github.com/path-network/go-mmproxy
+go install github.com/path-network/go-mmproxy@latest
 ```
 
 You'll need at least `go 1.11` to build the `go-mmproxy` binary.
-- 
GitLab