mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 05:11:06 +02:00
update
This commit is contained in:
parent
ca19e60f37
commit
5ff8589d0b
1 changed files with 9 additions and 7 deletions
16
README.md
16
README.md
|
@ -1,16 +1,18 @@
|
||||||
```
|
```
|
||||||
On one computer do:
|
On one computer do:
|
||||||
|
|
||||||
$ git clone https://github.com/schollz/croc.git && cd croc && git checkout v7
|
git clone https://github.com/schollz/croc.git && cd croc && git checkout v7
|
||||||
$ go build -v
|
go build -v
|
||||||
$ cp croc croc1 # this is the file for sending, ~ 20 MB
|
cp croc croc1 # this is the file for sending, ~ 20 MB
|
||||||
$ ./croc --send
|
./croc --send
|
||||||
|
|
||||||
|
|
||||||
On another computer do:
|
On another computer do:
|
||||||
|
|
||||||
$ git clone https://github.com/schollz/croc.git && cd croc && git checkout v7
|
git clone https://github.com/schollz/croc.git && cd croc && git checkout v7
|
||||||
$ go build -v
|
go build -v
|
||||||
$ ./croc --receive
|
./croc --receive
|
||||||
|
|
||||||
|
If the transfer goes through then the sender will say "transfering file"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue