Skip to content

Commit

Permalink
Merge branch 'main' into feat/select-version-of-demos-stacks
Browse files Browse the repository at this point in the history
  • Loading branch information
Techassi authored Dec 18, 2024
2 parents 0e41925 + 15cd9ea commit 58962a8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/modules/stackablectl/pages/installation.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= Installation
:page-aliases: stable@stackablectl::installation.adoc

:latest-release: https://github.com/stackabletech/stackable-cockpit/releases/tag/stackablectl-24.7.0
:latest-release: https://github.com/stackabletech/stackable-cockpit/releases/tag/stackablectl-24.11.1
:fish-comp-loations: https://fishshell.com/docs/current/completions.html#where-to-put-completions

== Using Pre-Compiled Binaries
Expand All @@ -23,14 +23,14 @@ then rename the file to `stackablectl`. You can also use the following command:
[source,console]
----
$ curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-24.7.0/stackablectl-x86_64-unknown-linux-gnu
$ curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-24.11.1/stackablectl-x86_64-unknown-linux-gnu
----
**aarch64** (arm64):
[source,console]
----
$ curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-24.7.0/stackablectl-aarch64-unknown-linux-gnu
$ curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-24.11.1/stackablectl-aarch64-unknown-linux-gnu
----
Install the binary into a directory in the `$PATH`, and make it executable:
Expand Down Expand Up @@ -61,14 +61,14 @@ then rename the file to `stackablectl`. You can also use the following command:
[source,console]
----
$ curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-24.7.0/stackablectl-x86_64-apple-darwin
$ curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-24.11.1/stackablectl-x86_64-apple-darwin
----
**aarch64** (arm64):
[source,console]
----
$ curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-24.7.0/stackablectl-aarch64-apple-darwin
$ curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-24.11.1/stackablectl-aarch64-apple-darwin
----
Install the binary into a directory in the `$PATH`, and make it executable:
Expand All @@ -77,7 +77,7 @@ NOTE: If you have a directory in your `$HOME` for user binaries, you can remove
[source,console]
----
$ sudo install -m 755 -t /usr/local/bin stackablectl
$ sudo install -m 755 stackablectl /usr/local/bin
----
Test that it works:
Expand Down

0 comments on commit 58962a8

Please sign in to comment.