From 3a615511aef17022fd978f8d137a9416a56cabc7 Mon Sep 17 00:00:00 2001 From: Nicolargo Date: Sat, 3 Jan 2015 19:11:21 +0100 Subject: Add wget to Glances autoinstall procedure --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) 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`_. -- cgit v1.2.3