We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
https://
1 parent c1fb651 commit ea6a568Copy full SHA for ea6a568
README.md
@@ -43,13 +43,13 @@ The preferred installation method is via the installation script:
43
44
```bash
45
# Unix (recommended)
46
-curl -sSL ibm.biz/astra-cli | sh
+curl -sSL https://ibm.biz/astra-cli | sh
47
48
# Unix (brew)
49
brew install datastax/astra-cli/astra
50
51
# Windows
52
-powershell -c "irm ibm.biz/astra-cli-win | iex"
+powershell -c "irm https://ibm.biz/astra-cli-win | iex"
53
```
54
55
The CLI can also be downloaded directly from the [releases page](https://github.com/datastax/astra-cli/releases).
0 commit comments