1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 05:11:06 +02:00
schollz_croc/README.md
Zack Scholl 5ff8589d0b update
2019-11-13 07:52:06 -08:00

18 lines
410 B
Markdown

```
On one computer do:
git clone https://github.com/schollz/croc.git && cd croc && git checkout v7
go build -v
cp croc croc1 # this is the file for sending, ~ 20 MB
./croc --send
On another computer do:
git clone https://github.com/schollz/croc.git && cd croc && git checkout v7
go build -v
./croc --receive
If the transfer goes through then the sender will say "transfering file"
```