From 8662961e933e595d984f31b76f1cf306758bdb32 Mon Sep 17 00:00:00 2001 From: Zack Date: Sat, 13 Oct 2018 10:50:29 -0700 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 5651e42e..db9bc420 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,16 @@ The second example shows how you can restart a broken transfer. Here, computer 2 Or, you can [install Go](https://golang.org/dl/) and build from source with `go get github.com/schollz/croc`. +Or, you can quickly install a release from the command-line: + +``` +$ curl https://getcroc.schollz.com | bash +``` + +``` +$ wget -qO- https://getcroc.schollz.com | bash +``` + ## Usage