Skip to content

Commit 995816a

Browse files
authored
Update installation.adoc (#11)
Inaccurate windows instructions.
1 parent 71a1065 commit 995816a

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

docs-src/astra-cli-core/modules/ROOT/pages/installation.adoc

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Installing {astra_cli}
22

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.
44

55
The GitHub repo for {astra_cli} is https://github.com/datastax/astra-cli[here^].
66

@@ -72,7 +72,11 @@ Your configuration is saved in the `~/.astrarc` file. It is not deleted during r
7272

7373
== Install {astra_cli} on Windows
7474

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+
----
7881

82+
For more information, see https://awesome-astra.github.io/docs/pages/astra/astra-cli/#14-installation-on-windows[Awesome Astra].

0 commit comments

Comments
 (0)