Skip to content

Commit

Permalink
Updated README installation section regarding installing individual t…
Browse files Browse the repository at this point in the history
…ools using rake
  • Loading branch information
morgant committed Apr 10, 2021
1 parent 1ab9f36 commit 09b57d5
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,17 @@ TOOLS
INSTALLATION
------------

1. Download and extract the tools.
Installing all tools:

1. Clone this repository or download and extract the tools.
2. Run `rake`.
3. Run `sudo rake install`. (If you have write permission on `/usr/local/bin`, you don’t need to `sudo`.)
3. Run `rake install`. (If you don't have write permission on `/usr/local/bin`, you'll need to prepend `sudo`.)

Installing one or more specific tools:

1. Clone this repository or download and extract the tools.
2. Run `rake`
3. Run `rake 'install[ql,trash]'`, specifying individual tools in a comma separated list between the square brackets. (If you don't have write permission on `/usr/local/bin`, you'll need to prepend `sudo`.)

OTHER TOOLS
-----------
Expand Down

0 comments on commit 09b57d5

Please sign in to comment.