From d97336d144eb5fc486e585e17d0f1b2b4eaf6cde Mon Sep 17 00:00:00 2001 From: Michael Wilson <70765247+hobbitronics@users.noreply.github.com> Date: Tue, 15 Oct 2024 16:21:42 +0930 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d439d3a..4d83cc9 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ modifying variables in workspaces. There are three ways to download/install this script: 1. Download a pre-built binary for your operating system from the [Releases](https://github.com/silinternational/tfc-ops/releases) page. -2. If you're a Go developer you can install it by running `go get -u https://github.com/silinternational/tfc-ops.git` +2. If you're a Go developer you can install it by running `go install github.com/silinternational/tfc-ops@latest` 3. If you're a Go developer and want to modify the source before running, clone this repo and run with `go run main.go ...` ## Configuration