From 4c8d0c15562012dfd4464febf24e9a2862befb9c Mon Sep 17 00:00:00 2001 From: aristocratos Date: Sun, 5 Apr 2020 21:01:20 +0200 Subject: [PATCH] added --- README.md | 4 ++++ bashtop | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d8ac9a0..6bad7aa 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,10 @@ Main menu. Options menu. ![Screenshot 3](options.png) +## Installation + +Copy or link "bashtop" into PATH, or just run from cloned directory... + ## Configurability All options changeable from within UI. diff --git a/bashtop b/bashtop index d59d498..5a31e42 100755 --- a/bashtop +++ b/bashtop @@ -3346,7 +3346,7 @@ if [[ -d "$HOME/.config/bashtop" && -w "$HOME/.config/bashtop" ]] || mkdir -p "$ if [[ -e $config_file ]]; then source "$config_file" - #* If current config is from and older version recreate config file and save user changes + #* If current config is from an older version recreate config file and save user changes if [[ $(get_value -sf "${config_file}" -k "bashtop v." -mk 1) != "${version}" ]]; then create_config save_config "${save_array[@]}"