Skip to content

Commit

Permalink
beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
laszlocph committed Aug 12, 2024
1 parent a5f561f commit a4ff038
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/src/views/environment/bootstrapGuide.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default function ConnectCluster(props) {
<p className="font-medium">Prerequisite - Install Gimlet CLI</p>
<CopiableCodeSnippet
copiable
code={`curl -L "https://github.com/gimlet-io/gimlet/releases/download/cli-v0.27.0/gimlet-$(uname)-$(uname -m)" -o gimlet
code={`curl -L "https://github.com/gimlet-io/gimlet/releases/download/cli-v1.0.0-beta.1/gimlet-$(uname)-$(uname -m)" -o gimlet
chmod +x gimlet
sudo mv ./gimlet /usr/local/bin/gimlet`}
/>
Expand Down
2 changes: 1 addition & 1 deletion web/src/views/profile/profile.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default class Profile extends Component {
</h3>
<code
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">
{`curl -L "https://github.com/gimlet-io/gimlet/releases/download/cli-v0.27.0/gimlet-$(uname)-$(uname -m)" -o gimlet
{`curl -L "https://github.com/gimlet-io/gimlet/releases/download/cli-v1.0.0-beta.1/gimlet-$(uname)-$(uname -m)" -o gimlet
chmod +x gimlet
sudo mv ./gimlet /usr/local/bin/gimlet
gimlet --version`}
Expand Down

0 comments on commit a4ff038

Please sign in to comment.