From 99bf92a699434e81195ab0208477647dbcb35958 Mon Sep 17 00:00:00 2001 From: up9-github Date: Thu, 22 Apr 2021 13:17:15 +0300 Subject: [PATCH] Update README.md --- cli/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/README.md b/cli/README.md index 31faef37f..07a3c4ae5 100644 --- a/cli/README.md +++ b/cli/README.md @@ -14,7 +14,7 @@ There are some extra flags defined in code that will show up in `./main --help`, these are non functional stubs for now ## Installation -Make sure you have go v1.16 installed. +Make sure your go version is at least 1.11 1. cd to `mizu/cli` 2. Run `go mod download` (may take a moment) 3. Run `go build main.go`