mirror of https://github.com/aristocratos/bashtop
Execution code more clear to readers and developers
parent
60f95a1a74
commit
c9a1661927
15
README.md
15
README.md
|
@ -35,6 +35,7 @@ Get it at https://github.com/aristocratos/btop
|
|||
* [Dependencies](#dependencies)
|
||||
* [Screenshots](#screenshots)
|
||||
* [Installation](#installation)
|
||||
* [Execution](#execution)
|
||||
* [Configurability](#configurability)
|
||||
* [TODO](#todo)
|
||||
* [License](#license)
|
||||
|
@ -319,6 +320,13 @@ dnf install epel-release
|
|||
dnf install bashtop
|
||||
```
|
||||
|
||||
#### Execution
|
||||
|
||||
``` bash
|
||||
Execute that command to use Bashtop: bashtop
|
||||
|
||||
```
|
||||
|
||||
## Configurability
|
||||
|
||||
All options changeable from within UI.
|
||||
|
@ -380,13 +388,6 @@ hires_graphs="false"
|
|||
use_psutil="true"
|
||||
```
|
||||
|
||||
#### Command line options: (not yet implemented)
|
||||
|
||||
``` bash
|
||||
USAGE: bashtop
|
||||
|
||||
```
|
||||
|
||||
## TODO
|
||||
|
||||
Might finish off items out of order since I usually work on multiple at a time.
|
||||
|
|
Loading…
Reference in New Issue