diff --git a/.gitignore b/.gitignore index d6fa5b7e..aa4cd17c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +*.pyc *.map /node_modules/ /bower_components/ diff --git a/index.html b/index.html index e242fdc7..01de1173 100644 --- a/index.html +++ b/index.html @@ -46,8 +46,7 @@
An Eye on your system
Glances is a cross-platform curses-based system monitoring tool written in Python.
-Glances is a cross-platform system monitoring tool written in Python.
- Glances includes a XML-RPC server and a RESTFUL-JSON API which can be used by another client software. + Glances includes a XML-RPC server and a RESTful JSON API which can be used by another client software.
To install, simply use pip:
$ pip install glances+ +
Other istallation methods ? Read the official installation documentation.