Skip to content

Commit 92a2a30

Browse files
jackspirouclaude
andcommitted
docs: convert download binary list to markdown table
- Replace bullet list with clean markdown table - Show all supported platforms and architectures - Use actual release filenames (x86_64 instead of amd64) - Include ARM variants and FreeBSD builds - Use user-friendly architecture names 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 84cce0f commit 92a2a30

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,19 @@ brew install tokenizer
2525

2626
### Download Binary
2727

28-
Download pre-built binaries from the [releases page](https://github.com/agentstation/tokenizer/releases/latest) for your platform:
29-
30-
- Linux: `tokenizer_VERSION_linux_amd64.tar.gz` or `tokenizer_VERSION_linux_arm64.tar.gz`
31-
- macOS: `tokenizer_VERSION_darwin_amd64.tar.gz` or `tokenizer_VERSION_darwin_arm64.tar.gz`
32-
- Windows: `tokenizer_VERSION_windows_amd64.zip` or `tokenizer_VERSION_windows_arm64.zip`
28+
Download pre-built binaries from the [releases page](https://github.com/agentstation/tokenizer/releases/latest):
29+
30+
| Platform | Architecture | File |
31+
|----------|-------------|------|
32+
| Linux | x86_64 | `tokenizer_VERSION_linux_x86_64.tar.gz` |
33+
| Linux | ARM64 | `tokenizer_VERSION_linux_arm64.tar.gz` |
34+
| Linux | ARMv6 | `tokenizer_VERSION_linux_armv6.tar.gz` |
35+
| Linux | ARMv7 | `tokenizer_VERSION_linux_armv7.tar.gz` |
36+
| macOS | Intel | `tokenizer_VERSION_darwin_x86_64.tar.gz` |
37+
| macOS | Apple Silicon | `tokenizer_VERSION_darwin_arm64.tar.gz` |
38+
| Windows | x86_64 | `tokenizer_VERSION_windows_x86_64.zip` |
39+
| FreeBSD | x86_64 | `tokenizer_VERSION_freebsd_x86_64.tar.gz` |
40+
| FreeBSD | ARM64 | `tokenizer_VERSION_freebsd_arm64.tar.gz` |
3341

3442
### Using Go
3543

0 commit comments

Comments
 (0)