Update README.md

This commit is contained in:
Zack 2018-10-13 10:50:29 -07:00 committed by GitHub
parent 28083f3204
commit 8662961e93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -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