From f7dd628d6ef405921283e3317c505f29b8a7b5be Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sat, 30 Mar 2024 17:43:31 +0100 Subject: Update logo --- index.html | 21 ++++++--------------- public/images/glances.png | Bin 34394 -> 50295 bytes 2 files changed, 6 insertions(+), 15 deletions(-) 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.

    +

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

    -

    PyPI: The simple way

    +

    To install a minimal version:

    -

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

    +
    $ pip install --user glances
    -

    To install, simply use pip:

    +

    For a full installation (all plugins):

    -
    $ pip install glances
    +
    $ 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 -- cgit v1.2.3