Skip to content

Commit

Permalink
docs(install): Installation guide.
Browse files Browse the repository at this point in the history
  • Loading branch information
tdd committed Jul 7, 2016
1 parent df73ea5 commit 6b7345f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Installing `git-clean-stale-local`

Just grab the `git-clean-stale-local` file and put it somewhere in your PATH (e.g. `/usr/local/bin`), then make sure it's executable (`chmod +x path-to-the-file`).

It should then appear within your usual Git completion (so you could type `git clean-stale-local`) and work just fine.

This assumes a Bash-compatible system (Git Bash on Windows, for instance, and any shell on Linux/OSX).

0 comments on commit 6b7345f

Please sign in to comment.