From d5a5657aacea72d2bcd0e610eafd5ecc83e88573 Mon Sep 17 00:00:00 2001 From: Xenia Date: Mon, 16 Dec 2024 09:14:15 +0100 Subject: [PATCH] docs: update stackablectl version in quickstart (#691) --- modules/ROOT/pages/quickstart.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/ROOT/pages/quickstart.adoc b/modules/ROOT/pages/quickstart.adoc index fc6f2d89e..aaa10020c 100644 --- a/modules/ROOT/pages/quickstart.adoc +++ b/modules/ROOT/pages/quickstart.adoc @@ -1,5 +1,5 @@ = Quickstart -:latest-release: https://github.com/stackabletech/stackable-cockpit/releases/tag/stackablectl-1.0.0-rc2 +:latest-release: https://github.com/stackabletech/stackable-cockpit/releases/tag/stackablectl-24.11.1 :cockpit-releases: https://github.com/stackabletech/stackable-cockpit/releases :description: Quickstart guide for Stackable: Install stackablectl, set up a demo, and connect to services like Superset and Trino with easy commands and links. @@ -17,9 +17,9 @@ rename the file to `stackablectl`. You can also use the following command: [source,console] ---- -wget -O stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-1.0.0-rc2/stackablectl-x86_64-unknown-linux-gnu +wget -O stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-24.11.1/stackablectl-x86_64-unknown-linux-gnu # or -curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-1.0.0-rc2/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 ---- Mark the binary as executable: