1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 13:21:00 +02:00

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

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