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

Update README

This commit is contained in:
Zack Scholl 2017-11-05 07:10:32 -07:00
parent 152c27a5e9
commit 4779c0ac0a

View file

@ -4,7 +4,7 @@
width="100%" border="0" alt="croc"> width="100%" border="0" alt="croc">
<br> <br>
<a href="https://travis-ci.org/schollz/croc"><img src="https://travis-ci.org/schollz/croc.svg?branch=master" alt="Build Status"></a> <a href="https://travis-ci.org/schollz/croc"><img src="https://travis-ci.org/schollz/croc.svg?branch=master" alt="Build Status"></a>
<a href="https://github.com/schollz/croc/releases/latest"><img src="https://img.shields.io/badge/version-0.3.1-brightgreen.svg?style=flat-square" alt="Version"></a> <a href="https://github.com/schollz/croc/releases/latest"><img src="https://img.shields.io/badge/version-0.3.2-brightgreen.svg?style=flat-square" alt="Version"></a>
<a href="https://gitter.im/schollz/croc?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=body_badge"><img src="https://img.shields.io/badge/chat-on%20gitter-brightgreen.svg?style=flat-square" alt="Gitter"></a> <a href="https://gitter.im/schollz/croc?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=body_badge"><img src="https://img.shields.io/badge/chat-on%20gitter-brightgreen.svg?style=flat-square" alt="Gitter"></a>
<a href="https://goreportcard.com/report/github.com/schollz/croc"><img src="https://goreportcard.com/badge/github.com/schollz/croc" alt="Go Report Card"></a> <a href="https://goreportcard.com/report/github.com/schollz/croc"><img src="https://goreportcard.com/badge/github.com/schollz/croc" alt="Go Report Card"></a>
<a href="https://godoc.org/github.com/schollz/croc"><img src="https://godoc.org/github.com/schollz/croc?status.svg" alt="GoDoc"></a> <a href="https://godoc.org/github.com/schollz/croc"><img src="https://godoc.org/github.com/schollz/croc?status.svg" alt="GoDoc"></a>
@ -38,9 +38,9 @@ $ croc -send croc.exe
Sending 4.4 MB file named 'croc.exe' Sending 4.4 MB file named 'croc.exe'
Code is: 4-cement-galaxy-alpha Code is: 4-cement-galaxy-alpha
Sending (->24.65.41.43:50843).. Sending (->[1]63982)..
0s [==========================================================] 100% 89% |███████████████████████████████████ | [12s:1s]
File sent. File sent (2.6 MB/s)
``` ```
**Receiver:** **Receiver:**
@ -51,9 +51,9 @@ Enter receive code: 4-cement-galaxy-alpha
Receiving file (4.4 MB) into: croc.exe Receiving file (4.4 MB) into: croc.exe
ok? (y/n): y ok? (y/n): y
Receiving (<-50.32.38.188:50843).. Receiving (<-[1]63975)..
0s [==========================================================] 100% 97% |██████████████████████████████████████ | [13s:0s]
Received file written to croc.exe Received file written to croc.exe (2.6 MB/s)
``` ```
Note, by default, you don't need any arguments for receiving! This makes it possible for you to just double click the executable to run (nice for those of us that aren't computer wizards). Note, by default, you don't need any arguments for receiving! This makes it possible for you to just double click the executable to run (nice for those of us that aren't computer wizards).