summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorNicolargo <nicolas@nicolargo.com>2015-01-03 19:11:21 +0100
committerNicolargo <nicolas@nicolargo.com>2015-01-03 19:11:21 +0100
commit3a615511aef17022fd978f8d137a9416a56cabc7 (patch)
tree2d749ba2ca7673569022578f321a13a302a9a3af /README.rst
parentf58e7ef95ef8de7748bf95b367fa1b5d6623c8d0 (diff)
Add wget to Glances autoinstall procedure
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 18986715..6c70452b 100644
--- a/README.rst
+++ b/README.rst
@@ -56,6 +56,12 @@ To install both dependacies and latest Glances version, just enter the followin
curl -L http://bit.ly/glances | /bin/bash
+or
+
+.. code-block:: console
+
+ wget -O- http://bit.ly/glances | /bin/bash
+
*Note*: Only supported on some GNU/Linux distributions.
If you want to support others distribs, please contribute to `glancesautoinstall`_.