improve health check docs

This commit is contained in:
Jorge Morante 2021-11-16 19:57:31 +01:00
parent 2bc5fdbbd9
commit fbfc211fbc
1 changed files with 6 additions and 4 deletions

View File

@ -10,16 +10,18 @@ To run the check you need to run the following command.
## gawk not found ## gawk not found
Install `gawk` package. Install `gawk` package and reload your tmux.conf.
### OSX ### OSX
`$ brew install gawk` ```
$ brew install gawk && tmux source ~/.tmux.conf
```
### Linux ### Linux
* Ubuntu: `$ sudo aptitude install gawk` * Ubuntu: `$ sudo aptitude install gawk && tmux source ~/.tmux.conf`
* Arch linux: `$ sudo pacman -S install gawk` * Arch linux: `$ sudo pacman -S install gawk && tmux source ~/.tmux.conf`
## bash version is too old ## bash version is too old