Skip to content

Commit 72cb9d8

Browse files
committed
fix(README): fix installer link to use http, not https
We can't provide a direct https:// download link from GitHub pages. The installer does perform CRC and MD5 checks, but users are encouraged to build deisctl from source.
1 parent ca7a7b2 commit 72cb9d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
To install `deisctl` on Linux or Mac OS X, run this command:
88

99
```console
10-
curl -sSL https://deis.io/deisctl/install.sh | sudo sh
10+
curl -sSL http://deis.io/deisctl/install.sh | sudo sh
1111
```
1212

1313
The installer puts `deisctl` in */usr/local/bin* and downloads current Deis unit files

0 commit comments

Comments
 (0)