From 737049694b9485c437e914d0c1745b0de1098845 Mon Sep 17 00:00:00 2001 From: Zack Date: Mon, 29 Oct 2018 05:43:17 -0700 Subject: [PATCH] Fixes #110 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a512b5e..6205a9f7 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ In version 4, there is now a GUI available for [Windows](https://github.com/scho [Download the latest release for your system](https://github.com/schollz/croc/releases/latest). -Or, you can [install Go](https://golang.org/dl/) and build from source with `go get github.com/schollz/croc`. +Or, you can [install Go](https://golang.org/dl/) and build from source with `go get github.com/schollz/croc`. Since *croc* uses [Go modules](https://golang.org/doc/go1.11#modules) it requires Go version 1.11+. Or, you can quickly install a release from the command-line: