Skip to content

Commit 2fc8a24

Browse files
authored
Update readme with brew install instructions
1 parent 946b341 commit 2fc8a24

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
<img width="741" alt="rh" src="https://user-images.githubusercontent.com/100900/120058797-f9d90780-bfe8-11eb-9b1d-f65a27773600.png">
99

1010
## Installation
11+
### Homebrew
12+
```
13+
brew install aaronvb/request_hole/request_hole
14+
```
15+
1116
### Clone repo and build
1217
First make sure you have Go installed: https://golang.org/doc/install
1318
```
@@ -19,6 +24,10 @@ go build -o $GOBIN/rh
1924
Download the release version for your system: https://github.com/aaronvb/request_hole/releases
2025

2126
## Usage
27+
```
28+
$ rh
29+
```
30+
2231
```
2332
rh: Request Hole
2433
This CLI tool will let you create a temporary API endpoint for testing purposes.

0 commit comments

Comments
 (0)