From 9137ce3bd80bc51432f4956a5b8ed484ca8229b1 Mon Sep 17 00:00:00 2001 From: Amolith Date: Tue, 3 Mar 2026 20:53:17 -0700 Subject: [PATCH] docs(installation): update to binaries --- README.md | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index d178a9cf25ca78179f67657572cab55efa8df76a..8444519e1f4c5263ba415daee3406f3ba5b326a8 100644 --- a/README.md +++ b/README.md @@ -41,17 +41,16 @@ lune habit track meditation # Track a habit ## Installation -- Using [mise](https://mise.jdx.dev/) (recommended to centralise and automate - updating of binaries/CLI tools like this, but still requires the Go - toolchain): - ```bash - mise use -g go:git.secluded.site/lune@latest - ``` -- Using the [Go toolchain](https://go.dev/dl) without bin (requires - tracking updates manually): - ```bash - go install git.secluded.site/lune@latest - ``` +Pre-built binaries are available at +[releases.secluded.site/lune/latest][bin-latest]. + +[bin-latest]: https://releases.secluded.site/lune/latest + +- Using [mise](https://mise.jdx.dev/) (recommended), copy the snippet from the + releases page into your `mise.toml` or global `~/.config/mise/config.toml` to + automate updates. +- Without mise, or a similar tool, Download the binary for your platform from + the releases page and place it somewhere in your `$PATH`. Then run `lune init` to configure your access token and copy areas, goals, notebooks, and habits from the Lunatask desktop app.