From 6ffb141dedd05de34c2eddc7a73c42e086aa6982 Mon Sep 17 00:00:00 2001 From: "matt@temporal.io" Date: Mon, 9 May 2022 10:30:27 -0700 Subject: [PATCH] update installation to include homebrew and bump version --- README.md | 4 ++++ app/version.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7240ab2..2a12187 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ A cli tool for managing Temporal Cloud namespaces. > This cli tool is currently in `beta` and access to Temporal Cloud via the cli is restricted. Please reach out to temporal-cloud support for more information. # Installation +## Install via Homebrew +``` +brew install temporalio/brew/tcld +``` ## Build from source 1. Verify that you have Go 1.18+ installed. If `go` is not installed, follow instructions on [the Go website](https://golang.org/doc/install). ``` diff --git a/app/version.go b/app/version.go index 1144549..8ba4b2a 100644 --- a/app/version.go +++ b/app/version.go @@ -3,7 +3,7 @@ package app import "github.com/urfave/cli/v2" const ( - DefaultVersion = "v0.1.1" + DefaultVersion = "v0.1.2" ) var (