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* ### Downloading using *git*
Navigate to a reasonable directory and download the repo with `git clone Navigate to a reasonable directory and download the repo with `git clone
https://gitbucket.thisisjoes.site/joe/remote_media_killer.git`. This will create https://gitbucket.thisisjoes.site/git/joe/remote_media_killer.git`. This will
a directory named `remote_media_killer` automatically. create a directory named `remote_media_killer` automatically.
To ensure you run the latest version of the script, first navigate to the 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 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 execute the script directly using *bash* with `bash rmk.sh`.
You may also **mark the script as executable** with `chmod +x rmk.sh` and 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 #### Making executable from anywhere
If you don't want to have to navigate to the directory containing the script If you don't want to have to navigate to the directory containing the script