Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 0 additions & 35 deletions Formula/httpmon.rb

This file was deleted.

8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,10 @@ No system configuration is changed. Everything is cleaned up when the command ex

## Installation

### Homebrew (macOS / Linux)
### go install (requires Go 1.24+)

```bash
# After the first release is published:
brew tap hxddh/tap
brew install httpmon
go install github.com/hxddh/https-traffic-inspector@latest
```

### Pre-built binaries
Expand All @@ -72,7 +70,7 @@ chmod +x httpmon-v1.0.1-macos-arm64
sudo mv httpmon-v1.0.1-macos-arm64 /usr/local/bin/httpmon
```

### From source (requires Go 1.24+)
### From source

```bash
git clone https://github.com/hxddh/https-traffic-inspector
Expand Down
Loading