You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stackable provides pre-compiled binaries of stackablectl, which should work on most environments such as Windows, macOS,
10
-
and Linux distributions like Ubuntu and Arch. You can also build the binary from source. More information about the
11
-
manual building steps can be found in xref:#building-from-source[this] section.
10
+
Stackable provides pre-compiled binaries of stackablectl, which should work on most environments such as Windows, macOS, and Linux distributions like Ubuntu and Arch.
11
+
You can also build the binary from source.
12
+
More information about the manual building steps can be found in xref:#building-from-source[this] section.
12
13
13
14
[tabs]
14
15
====
15
16
Linux::
16
17
+
17
18
--
18
-
Download the appropriate binary file for your architecture, `stackablectl-x86_64-unknown-linux-gnu` for Intel-based devices or
19
-
`stackablectl-aarch64-unknown-linux-gnu` for ARM-based devices from the link:{latest-release}[latest release],
20
-
then rename the file to `stackablectl`. You can also use the following command:
19
+
Download the appropriate binary file for your architecture from the link:{latest-release}[latest release], then rename the file to `stackablectl`.
20
+
You can also use the following command:
21
21
22
22
*x86_64* (amd64):
23
23
@@ -53,9 +53,8 @@ $ stackablectl --version
53
53
macOS::
54
54
+
55
55
--
56
-
Download the appropriate binary file for your architecture, `stackablectl-x86_64-apple-darwin` for Intel-based devices or
57
-
`stackablectl-aarch64-apple-darwin` for ARM-based devices from the link:{latest-release}[latest release],
58
-
then rename the file to `stackablectl`. You can also use the following command:
56
+
Download the appropriate binary file for your architecture from the link:{latest-release}[latest release], then rename the file to `stackablectl`.
57
+
You can also use the following command:
59
58
60
59
*x86_64* (amd64):
61
60
@@ -137,9 +136,9 @@ $ stackablectl --version
137
136
[#shell-comps]
138
137
== Shell Completions
139
138
140
-
We provide completions for `stackablectl` for major shells out there. Currently, ZSH, Fishand Bash are supported. The
141
-
repository provides pre-generated completion files. These can be downloaded and copied to the appropriate location on
142
-
your system.
139
+
We provide completions for `stackablectl` for major shells out there. Currently, ZSH, Fish, Bash, Nushell, and Elvish are supported.
140
+
The repository provides pre-generated completion files.
141
+
These can be downloaded and copied to the appropriate location on your system.
143
142
144
143
[tabs]
145
144
====
@@ -150,7 +149,7 @@ Download the completions file and place it in `/usr/local/share/zsh/site-functio
0 commit comments