summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 0230696d..7acf13a6 100644
--- a/README.rst
+++ b/README.rst
@@ -255,6 +255,15 @@ then run the following command:
$ pip install glances
+Alternatively, you could clone the repository and install with the following command.
+
+.. code-block:: console
+
+ $ git clone https://github.com/nicolargo/glances.git
+ $ cd glances
+ $ python setup.py install
+
+
Android
-------