Fix CI badge and add GIF demo to README

This commit is contained in:
Eric Zhang 2022-04-06 03:06:36 -04:00
parent 0f1c93186e
commit 9a8fc8ec44
1 changed files with 3 additions and 1 deletions

View File

@ -1,10 +1,12 @@
# bore
[![Build status](https://github.com/ekzhang/bore/workflows/ci/badge.svg)](https://github.com/ekzhang/bore/actions)
[![Build status](https://img.shields.io/github/workflow/status/ekzhang/bore/CI)](https://github.com/ekzhang/bore/actions)
[![Crates.io](https://img.shields.io/crates/v/bore-cli.svg)](https://crates.io/crates/bore-cli)
A modern, simple TCP tunnel in Rust that exposes local ports to a remote server, bypassing standard NAT connection firewalls. **That's all it does: no more, and no less.**
![Video demo](https://i.imgur.com/vDeGsmx.gif)
```shell
# Installation (requires Rust)
cargo install bore-cli