Compare commits

..

3 Commits
dev ... master

Author SHA1 Message Date
Joe f54344f113 correct clone link 2019-12-26 19:10:12 -06:00
Joe 0211689025 remove extra space 2019-12-26 19:01:09 -06:00
Joe d3aa1a6971 Merge pull request #1 from joe/dev
dev=>master
2019-12-26 18:50:12 -06:00

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/joe/remote_media_killer.git`. This will create
a directory named `remote_media_killer` automatically.
https://gitbucket.thisisjoes.site/git/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