From ceb92c37f1a7d67c83ddf25a4931bf2c59952339 Mon Sep 17 00:00:00 2001 From: Michiel de Jong Date: Wed, 29 Sep 2021 17:46:28 +0200 Subject: [PATCH] Mention go minimal version (#2035) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5839766347..fb996bc515 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Read the [getting started guide](https://reva.link/docs/getting-started/) and th ## Build and run it yourself -You need to have [Go](https://golang.org/doc/install), [git](https://git-scm.com/) and [make](https://en.wikipedia.org/wiki/Make_(software)) installed. Some of these commands may require `sudo`, depending on your system setup. +You need to have [Go](https://golang.org/doc/install) (version 1.16 or higher), [git](https://git-scm.com/) and [make](https://en.wikipedia.org/wiki/Make_(software)) installed. Some of these commands may require `sudo`, depending on your system setup. ``` $ git clone https://github.com/cs3org/reva