From d922808fd8bfc97571bdc4ddd6d115d979bc9ba7 Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Fri, 25 Jun 2021 13:19:23 -0700 Subject: [PATCH] change install cmd --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 533007b..6922839 100644 --- a/README.md +++ b/README.md @@ -101,10 +101,10 @@ On FreeBSD you can install with `pkg`: pkg install croc ``` -Or, you can [install Go](https://golang.org/dl/) and build from source (requires Go 1.12+): +Or, you can [install Go](https://golang.org/dl/) and build from source (requires Go 1.15+): ``` -GO111MODULE=on go get -v github.com/schollz/croc/v9 +go install github.com/schollz/croc/v9@latest ``` On Android there is a 3rd party F-Droid app [available to download](https://f-droid.org/en/packages/com.github.howeyc.crocgui/).