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
Copy file name to clipboardExpand all lines: docs-src/astra-cli-core/modules/ROOT/pages/installation.adoc
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
= Installing {astra_cli}
2
2
3
-
You can install {astra_cli} on Windows, macOS, and Linux environments.
3
+
You can install {astra_cli} on macOS, Linux, and Windows (with WSL) environments.
4
4
5
5
The GitHub repo for {astra_cli} is https://github.com/datastax/astra-cli[here^].
6
6
@@ -72,7 +72,11 @@ Your configuration is saved in the `~/.astrarc` file. It is not deleted during r
72
72
73
73
== Install {astra_cli} on Windows
74
74
75
-
. Download the https://github.com/datastax/astra-cli/releases/download/0.1/astra-cli-0.1-windows.zip[astra-cli-$\{version}-windows.zip] Windows archive.
76
-
. Unzip the archive in your preferred folder, such as: `C:/Programs/astra-cli`
77
-
. Add `C:/Programs/astra-cli/astra.exe` to your PATH. For information, see https://www.howtogeek.com/118594/how-to-edit-your-system-path-for-easy-command-line-access/[this tutorial^].
75
+
. Install https://learn.microsoft.com/en-us/windows/wsl/install[Windows Subsystem for Linux].
76
+
. Install {astra-cli}:
77
+
[source,bash]
78
+
----
79
+
curl -Ls "https://dtsx.io/get-astra-cli" | bash
80
+
----
78
81
82
+
For more information, see https://awesome-astra.github.io/docs/pages/astra/astra-cli/#14-installation-on-windows[Awesome Astra].
0 commit comments