From dbf060dc0397ff0f01f01a34018c03d9eeeff948 Mon Sep 17 00:00:00 2001 From: flatmapthatshit <48256950+flatmapthatshit@users.noreply.github.com> Date: Thu, 13 Jun 2024 10:19:55 +0100 Subject: [PATCH] Update README.md with new install method For more info: https://go.dev/doc/go-get-install-deprecation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f69f65..d4c1c78 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Create a macOS Application from an executable (like a Go binary) To install `appify`: ```bash -go get github.com/machinebox/appify +go install github.com/machinebox/appify@latest ``` ## Usage