docs(installation): update to binaries

Amolith created

Change summary

README.md | 21 ++++++++++-----------
1 file changed, 10 insertions(+), 11 deletions(-)

Detailed changes

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.