Execution code more clear to readers and developers

pull/229/head
Miguel Gargallo 2022-07-20 19:34:34 +02:00 committed by GitHub
parent 60f95a1a74
commit 88e6c3f9bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 8 deletions

View File

@ -35,6 +35,7 @@ Get it at https://github.com/aristocratos/btop
* [Dependencies](#dependencies) * [Dependencies](#dependencies)
* [Screenshots](#screenshots) * [Screenshots](#screenshots)
* [Installation](#installation) * [Installation](#installation)
* [Execution](#execution)
* [Configurability](#configurability) * [Configurability](#configurability)
* [TODO](#todo) * [TODO](#todo)
* [License](#license) * [License](#license)
@ -319,6 +320,13 @@ dnf install epel-release
dnf install bashtop dnf install bashtop
``` ```
## Execution
``` bash
Execute that command to use Bashtop: bashtop
```
## Configurability ## Configurability
All options changeable from within UI. All options changeable from within UI.
@ -380,13 +388,6 @@ hires_graphs="false"
use_psutil="true" use_psutil="true"
``` ```
#### Command line options: (not yet implemented)
``` bash
USAGE: bashtop
```
## TODO ## TODO
Might finish off items out of order since I usually work on multiple at a time. Might finish off items out of order since I usually work on multiple at a time.
@ -414,4 +415,4 @@ Might finish off items out of order since I usually work on multiple at a time.
## LICENSE ## LICENSE
[Apache License 2.0](LICENSE) [Apache License 2.0](LICENSE)