Add prebuilt binaries, remove GitHub releases link

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
syntaxbullet
2026-02-14 17:51:35 +01:00
parent a6b6cddb49
commit 980ea0ef3f
7 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@@ -1,4 +1,3 @@
/target /target
/dist
.claude .claude
CITRINE_SPEC.md CITRINE_SPEC.md

View File

@@ -4,7 +4,7 @@ Minimalist, plaintext, project-based todo CLI. Creates `.citrine` files in your
## Install ## Install
Download a binary from [releases](https://github.com/syntaxbullet/citrine/releases) or build from source: Prebuilt binaries are in the `dist/` directory, or build from source:
```bash ```bash
cargo install --path . cargo install --path .

BIN
dist/citrine-linux-arm64 vendored Executable file

Binary file not shown.

BIN
dist/citrine-linux-x64 vendored Executable file

Binary file not shown.

BIN
dist/citrine-macos-arm64 vendored Executable file

Binary file not shown.

BIN
dist/citrine-windows-arm64.exe vendored Executable file

Binary file not shown.

BIN
dist/citrine-windows-x64.exe vendored Executable file

Binary file not shown.