From 8caaf0f77654a87190a5db02880397696fbf4e18 Mon Sep 17 00:00:00 2001 From: Yujia Qiao Date: Mon, 17 Jan 2022 17:19:23 +0800 Subject: [PATCH] docs: add shields (#107) --- README-zh.md | 6 ++++++ README.md | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/README-zh.md b/README-zh.md index fdb30b02..824b4786 100644 --- a/README-zh.md +++ b/README-zh.md @@ -1,6 +1,12 @@ # rathole ![rathole-logo](./docs/img/rathole-logo.png) +[![GitHub stars](https://img.shields.io/github/stars/rapiz1/rathole)](https://github.com/rapiz1/rathole/stargazers) +![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/rapiz1/rathole) +![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/rapiz1/rathole/Rust/main) +![GitHub all releases](https://img.shields.io/github/downloads/rapiz1/rathole/total) +![Docker Pulls](https://img.shields.io/docker/pulls/rapiz1/rathole) + [English](README.md) | [简体中文](README-zh.md) 安全、稳定、高性能的内网穿透工具,用 Rust 语言编写 diff --git a/README.md b/README.md index 2c5934c3..ee3cec00 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ # rathole ![rathole-logo](./docs/img/rathole-logo.png) +[![GitHub stars](https://img.shields.io/github/stars/rapiz1/rathole)](https://github.com/rapiz1/rathole/stargazers) +![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/rapiz1/rathole) +![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/rapiz1/rathole/Rust/main) +![GitHub all releases](https://img.shields.io/github/downloads/rapiz1/rathole/total) +![Docker Pulls](https://img.shields.io/docker/pulls/rapiz1/rathole) [![Join the chat at https://gitter.im/rapiz1/rathole](https://badges.gitter.im/rapiz1/rathole.svg)](https://gitter.im/rapiz1/rathole?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [English](README.md) | [简体中文](README-zh.md)