summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 6 insertions, 2 deletions
diff --git a/README b/README
index c955be7b..f65957d1 100644
--- a/README
+++ b/README
@@ -12,10 +12,14 @@ Glances is developed in Python and uses the python-statgrab lib.
## Installation
+Get the latest version:
+
+ $ wget https://github.com/downloads/nicolargo/glances/glances-1.1.3.tar.gz
+
Glances use a standard GNU style installer:
- $ tar zxvf glances-v1.0.tar.gz
- $ cd glances
+ $ tar zxvf glances-1.1.3.tar.gz
+ $ cd glances-1.1.3
$ ./configure
$ make
$ sudo make install