From 9a8fc8ec441f33cc8e7dce41c443368f6910513b Mon Sep 17 00:00:00 2001 From: Eric Zhang Date: Wed, 6 Apr 2022 03:06:36 -0400 Subject: [PATCH] Fix CI badge and add GIF demo to README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f1966a..7cc386b 100644 --- a/README.md +++ b/README.md @@ -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