diff --git a/README b/README index 35cb49ff..819ee50e 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -[![Flattr this git repo](http://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=nicolargo&url=https://github.com/nicolargo/glances&title=Glances&language=&tags=github&category=software) +[![Flattr this git repo](http://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/thing/484466/nicolargoglances-on-GitHub) ============================= Glances -- Eye on your system @@ -33,9 +33,11 @@ Packages exist for Arch, Fedora, Redhat, FreeBSD... Arnaud Hartmann (thanks to him !) maintains a PPA with the latest Glances version: +The PPA is available for Ubuntu version 9.10 to 12.04. + To install the PPA just enter: - $ sudo add-apt-repository ppa:arnaud-hartmann/glances-dev + $ sudo add-apt-repository ppa:arnaud-hartmann/glances-stable $ sudo apt-get update Then install Glances: @@ -54,17 +56,11 @@ Then install the latest Glances version: $ sudo pip install glances -### From PPA (Ubuntu/Mint) +### From [Homebrew](http://mxcl.github.com/homebrew/) via PyPi (OS X) -Thanks to Arnaud Hartmann, a PPA is available for the stable branch. - -To install it on your Ubuntu system: - - $ sudo add-apt-repository ppa:arnaud-hartmann/glances-stable - $ sudo apt-get update - $ sudo apt-get install glances - -The PPA is available for Ubuntu version 9.10 to 12.04. + $ brew install brew-pip + $ export PYTHONPATH=$(brew --prefix)/lib/python2.7/site-packages + $ brew pip Glances ### From source diff --git a/README-fr b/README-fr index 17df58a9..b5a82b74 100644 --- a/README-fr +++ b/README-fr @@ -1,3 +1,6 @@ +[![Flattr this git repo](http://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/thing/484466/nicolargoglances-on-GitHub) + +=========================================== Glances -- Votre système en un coups d'oeil =========================================== @@ -54,6 +57,12 @@ Puis on installe la dernière version de Glances: $ sudo pip install glances +### Depuis [Homebrew](http://mxcl.github.com/homebrew/) et pat PyPi (pour OS X) + + $ brew install brew-pip + $ export PYTHONPATH=$(brew --prefix)/lib/python2.7/site-packages + $ brew pip Glances + ### Depuis les sources Le projet Glances est hébergé sur GitHUB: https://github.com/nicolargo/glances diff --git a/README.md b/README.md index 871f557f..819ee50e 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,11 @@ Packages exist for Arch, Fedora, Redhat, FreeBSD... Arnaud Hartmann (thanks to him !) maintains a PPA with the latest Glances version: +The PPA is available for Ubuntu version 9.10 to 12.04. + To install the PPA just enter: - $ sudo add-apt-repository ppa:arnaud-hartmann/glances-dev + $ sudo add-apt-repository ppa:arnaud-hartmann/glances-stable $ sudo apt-get update Then install Glances: @@ -60,18 +62,6 @@ Then install the latest Glances version: $ export PYTHONPATH=$(brew --prefix)/lib/python2.7/site-packages $ brew pip Glances -### From PPA (Ubuntu/Mint) - -Thanks to Arnaud Hartmann, a PPA is available for the stable branch. - -To install it on your Ubuntu system: - - $ sudo add-apt-repository ppa:arnaud-hartmann/glances-stable - $ sudo apt-get update - $ sudo apt-get install glances - -The PPA is available for Ubuntu version 9.10 to 12.04. - ### From source Get the latest version: