Skip to content

Commit f279bd3

Browse files
dforsberclaude
andcommitted
docs(README): list all 5 published platforms for downloads
s3://boilstream.com/binaries/ ships five architectures: darwin-aarch64, darwin-x64, linux-aarch64, linux-x64, windows-x64. The previous comment only mentioned three. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent aa6ced3 commit f279bd3

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,10 @@ Download, start, and connect with any Postgres-compatible BI tool. Data streams
3737
See [GitHub releases](https://github.com/boilingdata/boilstream/releases) for the latest version.
3838

3939
```bash
40-
# Download (linux-x64, linux-aarch64, darwin-aarch64)
41-
# Replace {VERSION} with the latest release (e.g. 0.10.0)
40+
# Download — pick your platform from:
41+
# darwin-aarch64 (Apple Silicon), darwin-x64 (Intel Mac),
42+
# linux-aarch64 (Linux ARM64), linux-x64 (Linux x86_64), windows-x64 (Windows)
43+
# Replace {VERSION} with the latest release (see GitHub releases above, e.g. 0.10.0)
4244
curl -L -o boilstream https://www.boilstream.com/binaries/darwin-aarch64/boilstream-{VERSION}
4345
curl -L -o boilstream-admin https://www.boilstream.com/binaries/darwin-aarch64/boilstream-admin-{VERSION}
4446
chmod +x boilstream boilstream-admin

0 commit comments

Comments
 (0)