Skip to content

Commit 1de22cd

Browse files
committed
Added Brew install options
1 parent 710395d commit 1de22cd

File tree

2 files changed

+6
-17
lines changed

2 files changed

+6
-17
lines changed

.goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dockers:
5151
build_flag_templates:
5252
- "--pull"
5353
- "--label=io.artifacthub.package.readme-url=https://raw.githubusercontent.com/straubt1/tfx/main/README.md"
54-
- "--label=io.artifacthub.package.maintainers=[{\"name\":\"Tom Straub\",\"email\":\"straub@hashicorp.com\"}]"
54+
- "--label=io.artifacthub.package.maintainers=[{\"name\":\"Tom Straub\",\"email\":\"tstraub@hashicorp.com\"}]"
5555
- "--label=io.artifacthub.package.license=MIT"
5656
- "--label=org.opencontainers.image.description=TFx is a standalone CLI for Terraform Cloud and Terraform Enterprise"
5757
- "--label=org.opencontainers.image.created={{.Date}}"
@@ -67,7 +67,7 @@ dockers:
6767
build_flag_templates:
6868
- "--pull"
6969
- "--label=io.artifacthub.package.readme-url=https://raw.githubusercontent.com/straubt1/tfx/main/README.md"
70-
- "--label=io.artifacthub.package.maintainers=[{\"name\":\"Tom Straub\",\"email\":\"straub@hashicorp.com\"}]"
70+
- "--label=io.artifacthub.package.maintainers=[{\"name\":\"Tom Straub\",\"email\":\"tstraub@hashicorp.com\"}]"
7171
- "--label=io.artifacthub.package.license=MIT"
7272
- "--label=org.opencontainers.image.description=TFx is a standalone CLI for Terraform Cloud and Terraform Enterprise"
7373
- "--label=org.opencontainers.image.created={{.Date}}"

site/docs/index.md

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,14 @@ The initial focus of _tfx_ was to execute the API-Driven workflow for a Workspac
1111

1212
Binaries are created as part of a release, check out the [Release Page](https://github.com/straubt1/tfx/releases) for the latest version.
1313

14-
**MacOs Installation**
14+
**MacOs and Linux Installation**
1515
```sh
16-
version="x.x.x"
17-
curl -L -o tfx "https://github.com/straubt1/tfx/releases/download/${version}/tfx_darwin_amd64"
18-
chmod +x tfx
19-
```
20-
21-
**Linux Installation**
22-
```sh
23-
version="x.x.x"
24-
curl -L -o tfx "https://github.com/straubt1/tfx/releases/download/${version}/tfx_linux_amd64"
25-
chmod +x tfx
16+
brew install straubt1/tap/tfx
2617
```
2718

2819
**Windows Installation**
29-
```sh
30-
version="x.x.x"
31-
curl -L -o tfx.exe "https://github.com/straubt1/tfx/releases/download/${version}/tfx_windows_amd64"
32-
```
20+
21+
Download from the [Release](https://github.com/straubt1/tfx/releases) page.
3322

3423
**Go Installation**
3524

0 commit comments

Comments
 (0)