From 618934563333babb02a654836747848637db2c15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikl=C3=B3s=20Galicz?= Date: Wed, 20 May 2026 10:12:30 +0200 Subject: [PATCH] docs: updated readme with new install instructions --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 6019a33..5a003bf 100644 --- a/README.md +++ b/README.md @@ -45,8 +45,15 @@ brew install kooler/apps/middaycommander Run: `mdc` ### From releases (MacOS/Windows/Linux) + Download a binary from the [Releases](https://github.com/kooler/MiddayCommander/releases) in Github. +### Using Mise en place + +```bash +mise use --global github:kooler/MiddayCommander +``` + ### Build from source Requires Go 1.21 or later.