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[@]}"