diff options
author | Mike JS. Choi <mkchoi212@icloud.com> | 2018-01-02 12:37:47 -0600 |
---|---|---|
committer | Mike JS. Choi <mkchoi212@icloud.com> | 2018-01-02 12:37:47 -0600 |
commit | fa87656ce19b6c4386823d6eea789bead2b90af1 (patch) | |
tree | 579efcbd83696e04c19219167d6c22801103740f | |
parent | 1aac2a94efd6321cfac6c040488de53482438ec4 (diff) |
Update README with brew tap formula
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -20,6 +20,12 @@ Execute: $ go get github.com/mkchoi212/fac
```
+Or using [Homebrew 🍺](https://brew.sh)
+
+```bash
+brew tap mkchoi212/fac https://github.com/mkchoi212/fac.git
+```
+
## Using
`fac` operates much like `git add -p` . It has a prompt input at the bottom of the screen where the user inputs various commands.
|