remove extra space

This commit is contained in:
Joe 2019-12-26 19:01:09 -06:00
parent d3aa1a6971
commit 0211689025

View File

@ -38,7 +38,7 @@ directory with `cd remote_media_killer`, then switch to the latest version with
You may execute the script directly using *bash* with `bash rmk.sh`.
You may also **mark the script as executable** with `chmod +x rmk.sh` and
execute using this shorthand `./ rmk.sh`.
execute using this shorthand `./rmk.sh`.
#### Making executable from anywhere
If you don't want to have to navigate to the directory containing the script