mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 05:11:06 +02:00
update ui
update readme
This commit is contained in:
parent
22d7a1d42d
commit
c74c9b8faf
2 changed files with 2 additions and 4 deletions
|
@ -4,10 +4,8 @@
|
||||||
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.5.0-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.6.0-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://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>
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p align="center">Secure transfer of stuff from one side of the internet to the other.</p>
|
<p align="center">Secure transfer of stuff from one side of the internet to the other.</p>
|
||||||
|
|
2
main.go
2
main.go
|
@ -36,7 +36,7 @@ var version string
|
||||||
func main() {
|
func main() {
|
||||||
|
|
||||||
app := cli.NewApp()
|
app := cli.NewApp()
|
||||||
app.Name = "Croc"
|
app.Name = "croc"
|
||||||
app.Version = version
|
app.Version = version
|
||||||
app.Author = author
|
app.Author = author
|
||||||
app.Email = email
|
app.Email = email
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue