Skip to content

Commit ea6a568

Browse files
authored
Fix installation commands to explicitly use https://
1 parent c1fb651 commit ea6a568

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ The preferred installation method is via the installation script:
4343

4444
```bash
4545
# Unix (recommended)
46-
curl -sSL ibm.biz/astra-cli | sh
46+
curl -sSL https://ibm.biz/astra-cli | sh
4747

4848
# Unix (brew)
4949
brew install datastax/astra-cli/astra
5050

5151
# Windows
52-
powershell -c "irm ibm.biz/astra-cli-win | iex"
52+
powershell -c "irm https://ibm.biz/astra-cli-win | iex"
5353
```
5454

5555
The CLI can also be downloaded directly from the [releases page](https://github.com/datastax/astra-cli/releases).

0 commit comments

Comments
 (0)