From 288d46b60edb5bfc55041868f129e862e845b342 Mon Sep 17 00:00:00 2001 From: briskt <3172830+briskt@users.noreply.github.com> Date: Wed, 16 Oct 2024 09:02:15 +0800 Subject: [PATCH] Remove the second install option in README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 4d83cc9..bb84030 100644 --- a/README.md +++ b/README.md @@ -9,8 +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 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 ...` +2. 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