From 1a247d18b1abf7587d2888369272a4c0262e9a55 Mon Sep 17 00:00:00 2001 From: 9seconds Date: Tue, 17 Feb 2026 21:43:16 +0100 Subject: [PATCH] Tell about mise in README --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 67b5643..395798a 100644 --- a/README.md +++ b/README.md @@ -162,6 +162,12 @@ This project has several main branches ## Getting started +### Download mise + +mtg uses [mise](https://mise.jdx.dev/) to maintain its development +dependencies + replaces a make for building things. Please +[install](https://mise.jdx.dev/getting-started.html) it first. + ### Download a tool #### Download binaries @@ -198,13 +204,14 @@ go install github.com/9seconds/mtg/v2@latest ```console git clone https://github.com/9seconds/mtg.git cd mtg -make static +mise install +mise tasks run build ``` or for the docker image: ```console -make docker +mise tasks run image ``` ### Generate secret