From 846460dd46590c5bc55fa19d766b2d488b44b7af Mon Sep 17 00:00:00 2001 From: Hans Moog <hm@mkjc.net> Date: Tue, 30 Jul 2019 17:00:58 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a19ce156..026e1ee0 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,11 @@ or if you prefer https over ssh git clone https://github.com/iotaledger/goshimmer.git ``` +Verify that you have installed the minimal required go version (1.12.7): +``` +go version +``` + You can build your executable (as well as cross compiling for other architectures) by running the `go build` tool inside the just cloned folder `goshimmer`: ``` -- GitLab