summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorNicolas Hennion <nicolas@nicolargo.com>2012-09-12 13:54:57 +0200
committerNicolas Hennion <nicolas@nicolargo.com>2012-09-12 13:54:57 +0200
commit574e780c7784762bef18d51cbfb3ff9cdd7e9cdd (patch)
treefd5c6f2619a1476c770c89c2a3ff46a5e1816cae /README
parent61ed8828a852dbe3199bf3c52f68605887e26b96 (diff)
pip install Glances / Better than pip install glances
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 9f0b8ca5..06457ae4 100644
--- a/README
+++ b/README
@@ -47,11 +47,11 @@ You first need to install pypi on your system. For example on Debian/Ubuntu:
Then install the latest Glances version:
- $ sudo pip install glances
+ $ sudo pip install Glances
Note: if you are behind an HTTP Proxy, you should use
- $ sudo pip install --proxy=user:password@url:port glances
+ $ sudo pip install --proxy=user:password@url:port Glances
### From PPA (easy way for Ubuntu/Mint...)