We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afb13f6 commit 81dba89Copy full SHA for 81dba89
README.md
@@ -7,7 +7,7 @@ Tiger CLI is the command-line interface for Tiger Cloud. It provides commands fo
7
### Install Script
8
9
```bash
10
-curl -fsSL https://cli.tigerdata.com/install.sh | sh
+curl -fsSL https://cli.tigerdata.com | sh
11
```
12
13
### Homebrew (macOS/Linux)
scripts/install.sh
@@ -9,7 +9,7 @@
# and downloads the appropriate binary for your system.
#
# Usage:
-# curl -fsSL https://cli.tigerdata.com/install.sh | sh
+# curl -fsSL https://cli.tigerdata.com | sh
14
# Environment Variables (all optional):
15
# VERSION - Specific version to install (e.g., "v1.2.3")
0 commit comments