Skip to content

Commit 2a1037a

Browse files
jackspirouclaude
andcommitted
docs: update installation instructions with binary downloads
- Reorder installation methods with binary download as recommended - Add platform-specific download instructions - Add placeholder for future Homebrew installation - Keep existing Go install and build from source options 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 68e1ed2 commit 2a1037a

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,26 @@ A collection of high-performance tokenizer implementations in Go with a unified
1010

1111
## Installation
1212

13+
### Download Binary (Recommended)
14+
15+
Download pre-built binaries from the [releases page](https://github.com/agentstation/tokenizer/releases/latest) for your platform:
16+
17+
- Linux: `tokenizer_VERSION_linux_amd64.tar.gz` or `tokenizer_VERSION_linux_arm64.tar.gz`
18+
- macOS: `tokenizer_VERSION_darwin_amd64.tar.gz` or `tokenizer_VERSION_darwin_arm64.tar.gz`
19+
- Windows: `tokenizer_VERSION_windows_amd64.zip` or `tokenizer_VERSION_windows_arm64.zip`
20+
1321
### Using Go
1422

1523
```bash
1624
go install github.com/agentstation/tokenizer/cmd/tokenizer@latest
1725
```
1826

19-
### Download Binary
27+
### Using Homebrew (Coming Soon)
2028

21-
Download pre-built binaries from the [releases page](https://github.com/agentstation/tokenizer/releases).
29+
```bash
30+
# Will be available after setting up Homebrew tap
31+
brew install agentstation/tap/tokenizer
32+
```
2233

2334
### Build from Source
2435

0 commit comments

Comments
 (0)