From da841cd24abd28bf7038ed6b7cac968d0fb7acde Mon Sep 17 00:00:00 2001 From: louie Date: Sat, 28 Aug 2021 13:40:24 -0700 Subject: Created README --- update_ungoogled_chromium.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'update_ungoogled_chromium.sh') diff --git a/update_ungoogled_chromium.sh b/update_ungoogled_chromium.sh index 4443184..dec4925 100755 --- a/update_ungoogled_chromium.sh +++ b/update_ungoogled_chromium.sh @@ -32,9 +32,10 @@ fi # Print help message print_help() { - echo "Usage: $0 LINK [LOCATION]" + echo "Usage: $0 [LINK] [LOCATION]" echo - echo "LINK is the path for a symlink pointing to the ungoogled-chromium executable (ungoogled-chromium by default)" + echo "$0 is a bash script that can help to automate installation and updating of ungoogled-chromium" + echo "LINK is the path or desired path for a symlink pointing to the ungoogled-chromium executable. If LINK is not specified, it will be set to ungoogled-chromium by default" echo "LOCATION is the desired install location for ungoogled-chromium. It does not need to be specified unless installing ungoogled-chromium for the first time" } -- cgit