From fbfc211fbcba1cef9d7cd0362709eebb1bc08f8a Mon Sep 17 00:00:00 2001 From: Jorge Morante Date: Tue, 16 Nov 2021 19:57:31 +0100 Subject: [PATCH] improve health check docs --- docs/health-check.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/health-check.md b/docs/health-check.md index a155e70..aaaf1d4 100644 --- a/docs/health-check.md +++ b/docs/health-check.md @@ -10,16 +10,18 @@ To run the check you need to run the following command. ## gawk not found -Install `gawk` package. +Install `gawk` package and reload your tmux.conf. ### OSX -`$ brew install gawk` +``` +$ brew install gawk && tmux source ~/.tmux.conf +``` ### Linux -* Ubuntu: `$ sudo aptitude install gawk` -* Arch linux: `$ sudo pacman -S install gawk` +* Ubuntu: `$ sudo aptitude install gawk && tmux source ~/.tmux.conf` +* Arch linux: `$ sudo pacman -S install gawk && tmux source ~/.tmux.conf` ## bash version is too old