summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2024-03-30 17:43:31 +0100
committernicolargo <nicolas@nicolargo.com>2024-03-30 17:43:31 +0100
commitf7dd628d6ef405921283e3317c505f29b8a7b5be (patch)
treea09d864b704c407f3be8ebfd71412879e31121c0
parent835c0c2ce711940dceea805d2b26c0f82083fd82 (diff)
Update logogh-pages
-rw-r--r--index.html21
-rw-r--r--public/images/glances.pngbin34394 -> 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 @@
<li>IRQ / Raid</li>
<li>Sensors</li>
<li>Filesystem<span class="hidden-xs"> (and folders)</span></li>
- <li>Docker</li>
+ <li>Container (Docker and Podman supported)</li>
<li>Monitor</li>
<li>Alert</li>
<li>System info</li>
@@ -134,24 +134,15 @@
<div class="col-xs-12">
<h2>Get started</h2>
- <h3>Glances Auto Install script</h3>
-
- <p>To install the latest Glances production ready version, just enter the following command line:</p>
-
- <pre>$ curl -L https://bit.ly/glances | /bin/bash</pre>
-
- <p>or</p>
-
- <pre>$ wget -O- https://bit.ly/glances | /bin/bash</pre>
- <p>Note: Only supported on some GNU/Linux distributions.</p>
+ <p>Glances is on PyPI. By using PyPI, you are sure to have the latest stable version.</p>
- <h3>PyPI: The simple way</h3>
+ <p>To install a minimal version:</p>
- <p>Glances is on PyPI. By using PyPI, you are sure to have the latest stable version.</p>
+ <pre>$ pip install --user glances</pre>
- <p>To install, simply use pip:</p>
+ <p>For a full installation (all plugins):</p>
- <pre>$ pip install glances</pre>
+ <pre>$ pip install --user glances[all]</pre>
<p>Others methods ? Read the <a href="https://github.com/nicolargo/glances/blob/master/README.rst">official installation documentation</a>.</p>
</div>
diff --git a/public/images/glances.png b/public/images/glances.png
index 6bb76232..31e1a09f 100644
--- a/public/images/glances.png
+++ b/public/images/glances.png
Binary files differ