Compare commits

..

No commits in common. "master" and "dev" have entirely different histories.
master ... dev

View File

@ -24,8 +24,8 @@ page and click the link for `rmk.sh` to download the script.
### Downloading using *git*
Navigate to a reasonable directory and download the repo with `git clone
https://gitbucket.thisisjoes.site/git/joe/remote_media_killer.git`. This will
create a directory named `remote_media_killer` automatically.
https://gitbucket.thisisjoes.site/joe/remote_media_killer.git`. This will create
a directory named `remote_media_killer` automatically.
To ensure you run the latest version of the script, first navigate to the
directory with `cd remote_media_killer`, then switch to the latest version with
@ -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