summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorNicolargo <nicolas@nicolargo.com>2016-02-24 09:18:16 +0100
committerNicolargo <nicolas@nicolargo.com>2016-02-24 09:18:16 +0100
commit8e41f7bc6f73d842e01de55b892a0680ee79c299 (patch)
tree078a51dedf4a08e0fba9ee7459b8610ad570a7f7 /README.rst
parent61b524640c3603be808a1478539130a24885f84b (diff)
Change download link to HTTPS
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index b11b8b4a..1cc785ad 100644
--- a/README.rst
+++ b/README.rst
@@ -66,13 +66,13 @@ To install both dependencies and latest Glances production ready version
.. code-block:: console
- curl -L http://bit.ly/glances | /bin/bash
+ curl -L https://bit.ly/glances | /bin/bash
or
.. code-block:: console
- wget -O- http://bit.ly/glances | /bin/bash
+ wget -O- https://bit.ly/glances | /bin/bash
*Note*: Only supported on some GNU/Linux distributions. If you want to
support other distributions, please contribute to `glancesautoinstall`_.