diff --git a/index.html b/index.html index f327e7f3..020a7827 100644 --- a/index.html +++ b/index.html @@ -81,7 +81,7 @@
  • IRQ / Raid
  • Sensors
  • Filesystem
  • -
  • Docker
  • +
  • Container (Docker and Podman supported)
  • Monitor
  • Alert
  • System info
  • @@ -134,24 +134,15 @@

    Get started

    -

    Glances Auto Install script

    - -

    To install the latest Glances production ready version, just enter the following command line:

    - -
    $ curl -L https://bit.ly/glances | /bin/bash
    - -

    or

    - -
    $ wget -O- https://bit.ly/glances | /bin/bash
    -

    Note: Only supported on some GNU/Linux distributions.

    - -

    PyPI: The simple way

    -

    Glances is on PyPI. By using PyPI, you are sure to have the latest stable version.

    -

    To install, simply use pip:

    +

    To install a minimal version:

    -
    $ pip install glances
    +
    $ pip install --user glances
    + +

    For a full installation (all plugins):

    + +
    $ pip install --user glances[all]

    Others methods ? Read the official installation documentation.

    diff --git a/public/images/glances.png b/public/images/glances.png index 6bb76232..31e1a09f 100644 Binary files a/public/images/glances.png and b/public/images/glances.png differ