diff options
author | Teddy Wing | 2022-05-21 19:51:28 +0200 |
---|---|---|
committer | Teddy Wing | 2022-05-21 19:51:28 +0200 |
commit | 784c0f7bd5254d184cb3ccef70491ce277ce8250 (patch) | |
tree | 62a5afc5b1a53f67faf1b71ac31e7f0cf9aafd8a | |
parent | f321f0eb4e73463f0ccf1b21341cdd421e0fb1f0 (diff) | |
download | wajir-784c0f7bd5254d184cb3ccef70491ce277ce8250.tar.bz2 |
README: Add install instructions
-rw-r--r-- | README.md | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -25,7 +25,17 @@ for example). ## Install -TODO +Mac OS X users can install with Homebrew: + + $ brew install teddywing/formulae/wajir + +Or with MacPorts, after [adding a custom repository source][teddywing ports +repository]: + + $ sudo port install wajir + + +[teddywing ports repository]: https://github.com/teddywing/macports-ports#adding-this-repository-source ## Build |