We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 946b341 commit 2fc8a24Copy full SHA for 2fc8a24
README.md
@@ -8,6 +8,11 @@
8
<img width="741" alt="rh" src="https://user-images.githubusercontent.com/100900/120058797-f9d90780-bfe8-11eb-9b1d-f65a27773600.png">
9
10
## Installation
11
+### Homebrew
12
+```
13
+brew install aaronvb/request_hole/request_hole
14
15
+
16
### Clone repo and build
17
First make sure you have Go installed: https://golang.org/doc/install
18
```
@@ -19,6 +24,10 @@ go build -o $GOBIN/rh
19
24
Download the release version for your system: https://github.com/aaronvb/request_hole/releases
20
25
21
26
## Usage
27
28
+$ rh
29
30
22
31
23
32
rh: Request Hole
33
This CLI tool will let you create a temporary API endpoint for testing purposes.
0 commit comments