Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f54344f113 | ||
|
|
0211689025 | ||
|
|
d3aa1a6971 |
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue