summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2017-05-16 10:46:06 +0200
committernicolargo <nicolas@nicolargo.com>2017-05-16 10:46:06 +0200
commitdc20a08e7d78e0b77ff304eef4ca909254359062 (patch)
tree67e9123897c7e2372ac6501224e21d746252ae55 /README.rst
parent5183f0a23819af16142d165232c712fd111acd14 (diff)
Update manual for Android device
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 14e015d2..ad52eb5b 100644
--- a/README.rst
+++ b/README.rst
@@ -265,6 +265,7 @@ Start Termux on your device and enter:
$ apt update
$ apt upgrade
$ apt install clang python python-dev
+ $ pip install bottle
$ pip install glances
And start Glances:
@@ -273,6 +274,9 @@ And start Glances:
$ glances
+You can also run Glances in server mode (-s or -w) in order to remotely
+monitor your Android device.
+
Source
------