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):