From 5ff8589d0bf635719acaeecae6f154e5ae326865 Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Wed, 13 Nov 2019 07:52:06 -0800 Subject: [PATCH] update --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 40dea3d..1cf2f1e 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,18 @@ ``` 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 +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 +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" ```