From 3bf42baecccad82140b829111f117a5c18221539 Mon Sep 17 00:00:00 2001 From: Thomas Karner Date: Sun, 10 Nov 2024 14:45:53 +0100 Subject: [PATCH] add required go version to readme --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index c82378e..6bbbaef 100644 --- a/readme.md +++ b/readme.md @@ -24,6 +24,7 @@ the [Changelog](https://github.com/KarnerTh/mermerd/blob/master/changelog.md) ## Installation +Through the go toolchain (requires go version >=1.21) ```sh go install github.com/KarnerTh/mermerd@latest ```