Skip to content

Commit 1dbf676

Browse files
committed
Added installation instructions to README.md.
1 parent f14d17a commit 1dbf676

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,13 @@ TOOLS
2323

2424
`trash` allows trashing of files instead of tempting fate with `rm`. Correctly handles trashing files on other volumes.
2525

26+
INSTALLATION
27+
------------
28+
29+
I'd suggest installing these tools in `/usr/local/bin/` as follows:
30+
31+
1. `cd` into the directory containing the aforementioned tools.
32+
2. Run `sudo mkdir -p /usr/local/bin/` to make the `/usr/local/bin/` directory, if it doesn't already exist.
33+
3. Run `sudo install -b clipcat eject trash /usr/local/bin/` to install the `clipcat`, `eject`, and `trash` tools into `/usr/local/bin/` (Note: if you do not want to install all of the tools, only list the ones you want to install).
34+
4. Make sure to add `/usr/local/bin/` to your path. If you're using the default `bash` shell, create and/or edit `~/.bash_profile` and add the following line: `export PATH=$PATH:/usr/local/bin`
35+

0 commit comments

Comments
 (0)