File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
docs/modules/stackablectl/pages Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
= Installation
2
2
:page-aliases: stackablectl::installation.adoc
3
3
4
- :latest-release: https://github.com/stackabletech/stackable-cockpit/releases/tag/stackablectl-1.0.0-rc1
4
+ :latest-release: https://github.com/stackabletech/stackable-cockpit/releases/tag/stackablectl-1.0.0-rc2
5
5
:fish-comp-loations: https://fishshell.com/docs/current/completions.html#where-to-put-completions
6
6
7
7
== Using Pre-Compiled Binaries
@@ -17,9 +17,9 @@ rename the file to `stackablectl`. You can also use the following command:
17
17
18
18
[source,console]
19
19
----
20
- wget -O stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-1.0.0-rc1 /stackablectl-x86_64-unknown-linux-gnu
20
+ wget -O stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-1.0.0-rc2 /stackablectl-x86_64-unknown-linux-gnu
21
21
# or
22
- curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-1.0.0-rc1 /stackablectl-x86_64-unknown-linux-gnu
22
+ curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-1.0.0-rc2 /stackablectl-x86_64-unknown-linux-gnu
23
23
----
24
24
25
25
Mark the binary as executable:
@@ -39,9 +39,9 @@ then rename the file to `stackablectl`. You can also use the following command:
39
39
40
40
[source,console]
41
41
----
42
- wget -O stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-1.0.0-rc1 /stackablectl-x86_64-apple-darwin
42
+ wget -O stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-1.0.0-rc2 /stackablectl-x86_64-apple-darwin
43
43
# or
44
- wget -O stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-1.0.0-rc1 /stackablectl-aarch64-apple-darwin
44
+ wget -O stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-1.0.0-rc2 /stackablectl-aarch64-apple-darwin
45
45
----
46
46
47
47
Mark the binary as executable:
You can’t perform that action at this time.
0 commit comments