Skip to content

Commit 46920bd

Browse files
timvwclaude
andcommitted
docs: add Homebrew installation instructions
Add Homebrew tap installation as the primary installation method in the README, making it easier for users to install the binary without needing to build from source. Also reorganize Requirements section to clarify that Go is only needed for building from source, not for using the binary. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 58c824a commit 46920bd

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ Inspired by [haacked/dotfiles/tree-me](https://github.com/haacked/dotfiles/blob/
2020

2121
## Installation
2222

23+
### Homebrew (macOS and Linux)
24+
25+
```bash
26+
brew tap timvw/tap
27+
brew install wt
28+
```
29+
2330
### From Source
2431

2532
```bash
@@ -143,8 +150,11 @@ just build-all # Cross-compile for multiple platforms
143150
## Requirements
144151

145152
- Git (obviously)
146-
- Go 1.21+ (for building from source)
147153
- `gh` CLI (optional, only needed for `wt pr` command)
154+
155+
### For Building from Source
156+
157+
- Go 1.21+
148158
- `just` (optional, for using the justfile)
149159

150160
## How It Works

0 commit comments

Comments
 (0)