diff options
author | Rob Austein <sra@hactrn.net> | 2019-01-30 01:51:17 -0500 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2019-01-30 01:51:17 -0500 |
commit | b54c14785d80af828fa2f6cf8dc9b24abe7c62ba (patch) | |
tree | b0b328877b1e2a86ec35d4adaaa8d340319b781d | |
parent | 8801eeaaaec3bac7b644338b82e04df08e617c28 (diff) |
Tapping instructions.
-rw-r--r-- | README.md | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -4,6 +4,10 @@ Mac OS Homebrew Recipes Collection of Homebrew formulae which for whatever reason aren't suitable for pushing upstream. -This repository is intended for use as a Homebrew tap. At some point -I'll dig out the instructions on how to set this up and include them -here. +This repository is intended for use as a Homebrew tap. To use: + +``` +brew tap hactrn/tap https://git.hactrn.net/Homebrew-Tap +brew update +brew install xplot +``` |