From 69a7cdfad9ae3a3a70338cecc99662b9d0974822 Mon Sep 17 00:00:00 2001 From: Jill Adams <85581471+jilladams@users.noreply.github.com> Date: Fri, 17 Jan 2025 09:26:25 -0800 Subject: [PATCH] Add command line prompt for $PATH move This is the only step without explicit command line help for how to run the script. Adding a suggested prompt. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 576174d..3da5316 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ v1.3.0 of this script added a workaround for this: an option to install a Launch 2. Open a Terminal and type `cd ~/Downloads` to navigate to the directory which should contain the file you just downloaded. 3. Remove the quarantine flag which probably exists on the file: `xattr -d com.apple.quarantine screencapture-nag-remover.sh` 4. Make the script executable: `chmod a+x screencapture-nag-remover.sh` -5. Place that `screencapture-nag-remover.sh` file somewhere in your `$PATH` (I suggest `/usr/local/bin` if you're unsure) +5. Place that `screencapture-nag-remover.sh` file somewhere in your `$PATH` (I suggest `/usr/local/bin` if you're unsure, e.g. `sudo mv screencapture-nag-remover.sh /usr/local/bin/screencapture-nag-remover.sh`) 6. You are now ready to run the program! ## Use