Update README

This commit is contained in:
nicolargo 2025-07-05 18:17:18 +02:00
parent 94ae566eb7
commit 5b2b7325fc
1 changed files with 8 additions and 2 deletions

View File

@ -103,13 +103,19 @@ on the server side and run:
on the client one.
You can also detect and display all Glances servers available on your
network or defined in the configuration file:
network (or defined in the configuration file) in TUI:
.. code-block:: console
$ glances --browser
You can also display raw stats on stdout:
or WebUI:
.. code-block:: console
$ glances -w --browser
It possible to display raw stats on stdout:
.. code-block:: console