Update README.md

This commit is contained in:
Zack 2017-10-20 19:38:10 -06:00 committed by GitHub
parent 0109941f6c
commit 4771d68a7d
1 changed files with 3 additions and 3 deletions

View File

@ -1,14 +1,14 @@
<p align="center">
<img
src="croc/logo.png"
width="260" height="80" border="0" alt="croc">
src="https://user-images.githubusercontent.com/6550035/31846736-0357bb50-b5cd-11e7-9037-96c3887fcd28.png"
width="360" border="0" alt="croc">
<br>
<a href="https://github.com/schollz/croc/releases/latest"><img src="https://img.shields.io/badge/version-WIP-red.svg?style=flat-square" alt="Version"></a>
<img src="https://img.shields.io/badge/coverage-7%25-red.svg?style=flat-square" alt="Code Coverage">
<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-green.svg?style=flat-square" alt="Version"></a>
</p>
<p align="center">Secure peer-to-peer file transfer using a TCP relay.</p>
<p align="center">Secure transfer of stuff across the internet.</p>
This is more or less a Golang port of [@warner](https://github.com/warner's) [*magic-wormhole*](https://github.com/warner/magic-wormhole). I wrote this because I wanted to send my friend Jessie a file using *magic-wormhole*. However, Jessie doesn't like the idea of putting Python on her computer because it is a giant snake. So, nominally, this is a version of *magic-wormhole* without the dependencies that you can just double-click on your computer, even if you use Windows.