summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
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...)