From 5e0f9cd4ddd4d66db607a05113977fec3ed36d1b Mon Sep 17 00:00:00 2001 From: "M.Schirmer" Date: Thu, 11 Sep 2025 13:41:47 +0200 Subject: [PATCH] add prerequisities to the README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index bf51940..a67bad5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # Installation +## Prerequisites + +Go.1.25 or higher must be installed in order to compile the required binary file. + +## Configuration + ```tmux # install via tpm to get the sysusage_cmd set -g @plugin 'https://gitea.mschirmer.com/m13r/tmux-cpu-mem-monitor' @@ -10,4 +16,6 @@ CPU_MEM_USAGE="#(#{@sysusage_cmd})" set-option -g status-right "${CPU_MEM_USAGE}" ``` +## Possible result + ![example of how it could look](image.png)