This repository was archived by the owner on Mar 9, 2025. It is now read-only.
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ export default function ConnectCluster(props) {
13
13
< p className = "font-medium" > Prerequisite - Install Gimlet CLI</ p >
14
14
< CopiableCodeSnippet
15
15
copiable
16
- code = { `curl -L "https://github.com/gimlet-io/gimlet/releases/download/cli-v0.27.0 /gimlet-$(uname)-$(uname -m)" -o gimlet
16
+ code = { `curl -L "https://github.com/gimlet-io/gimlet/releases/download/cli-v1.0.0-beta.1 /gimlet-$(uname)-$(uname -m)" -o gimlet
17
17
chmod +x gimlet
18
18
sudo mv ./gimlet /usr/local/bin/gimlet` }
19
19
/>
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ export default class Profile extends Component {
51
51
</ h3 >
52
52
< code
53
53
className = "block whitespace-pre overflow-x-scroll font-mono text-sm p-2 my-4 bg-neutral-800 dark:bg-neutral-900 text-yellow-100 rounded" >
54
- { `curl -L "https://github.com/gimlet-io/gimlet/releases/download/cli-v0.27.0 /gimlet-$(uname)-$(uname -m)" -o gimlet
54
+ { `curl -L "https://github.com/gimlet-io/gimlet/releases/download/cli-v1.0.0-beta.1 /gimlet-$(uname)-$(uname -m)" -o gimlet
55
55
chmod +x gimlet
56
56
sudo mv ./gimlet /usr/local/bin/gimlet
57
57
gimlet --version` }
You can’t perform that action at this time.
0 commit comments