From 378b153fddf44636b5ffea6f6529622e41d5a2b5 Mon Sep 17 00:00:00 2001 From: Amolith Date: Sat, 7 Feb 2026 09:58:39 -0700 Subject: [PATCH] docs: update installation instructions to use mise Replace bin with mise as the recommended tool for automated CLI management. The old bin install command has been replaced with mise's use -g go: syntax which provides equivalent functionality. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c31bbc46110210057ed6ee944529d1aa018e3471..90e750474590bab5d580d31812570c78a8747dac 100644 --- a/README.md +++ b/README.md @@ -41,11 +41,11 @@ lune habit track meditation # Track a habit ## Installation -- Using [bin](https://github.com/marcosnils/bin) (recommended to - centralise and automate updating of binaries/CLI tools like this, but - still requires the Go toolchain): +- 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 - bin install goinstall://git.secluded.site/lune@latest + mise use -g go:git.secluded.site/lune@latest ``` - Using the [Go toolchain](https://go.dev/dl) without bin (requires tracking updates manually):