Skip to content

Commit 1055ec0

Browse files
authored
update installation to include homebrew and bump version (#11)
1 parent 17b1d0d commit 1055ec0

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ A cli tool for managing Temporal Cloud namespaces.
44
> 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.
55
66
# Installation
7+
## Install via Homebrew
8+
```
9+
brew install temporalio/brew/tcld
10+
```
711
## Build from source
812
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).
913
```

app/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package app
33
import "github.com/urfave/cli/v2"
44

55
const (
6-
DefaultVersion = "v0.1.1"
6+
DefaultVersion = "v0.1.2"
77
)
88

99
var (

0 commit comments

Comments
 (0)