Skip to content

Commit 81dba89

Browse files
Shorten install URL (#68)
1 parent afb13f6 commit 81dba89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Tiger CLI is the command-line interface for Tiger Cloud. It provides commands fo
77
### Install Script
88

99
```bash
10-
curl -fsSL https://cli.tigerdata.com/install.sh | sh
10+
curl -fsSL https://cli.tigerdata.com | sh
1111
```
1212

1313
### Homebrew (macOS/Linux)

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# and downloads the appropriate binary for your system.
1010
#
1111
# Usage:
12-
# curl -fsSL https://cli.tigerdata.com/install.sh | sh
12+
# curl -fsSL https://cli.tigerdata.com | sh
1313
#
1414
# Environment Variables (all optional):
1515
# VERSION - Specific version to install (e.g., "v1.2.3")

0 commit comments

Comments
 (0)