Change the REAME for the 1.2 version

pull/8/head
nicolargo 2011-12-10 22:49:35 +01:00
parent 9e96880944
commit 3e26e2d057
1 changed files with 3 additions and 3 deletions

6
README
View File

@ -14,12 +14,12 @@ Glances is developed in Python and uses the python-statgrab lib.
Get the latest version:
$ wget https://github.com/downloads/nicolargo/glances/glances-1.1.3.tar.gz
$ wget https://github.com/downloads/nicolargo/glances/glances-1.2.tar.gz
Glances use a standard GNU style installer:
$ tar zxvf glances-1.1.3.tar.gz
$ cd glances-1.1.3
$ tar zxvf glances-1.2.tar.gz
$ cd glances-1.2
$ ./configure
$ make
$ sudo make install