diff --git a/README.rst b/README.rst index 0230696d215f36f262b9e32bbd19eb35bd10d013..7acf13a6ef7f6e9457b4aab9add5813fc445397c 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 -------