From 10d5caa2fa31d61da8083633beca07c4034932cb Mon Sep 17 00:00:00 2001 From: windvalley Date: Fri, 12 Jan 2024 17:41:14 +0800 Subject: [PATCH] docs(README): add supports platforms badge --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f8cf28a..be2ab71 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,10 @@ [![Github Workflow Status](https://img.shields.io/github/actions/workflow/status/windvalley/gossh/gosshci.yaml?branch=main)](https://github.com/windvalley/gossh/actions/workflows/gosshci.yaml) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=windvalley_gossh&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=windvalley_gossh) [![Version](https://img.shields.io/github/v/release/windvalley/gossh?include_prereleases)](https://github.com/windvalley/gossh/releases) -[![LICENSE](https://img.shields.io/github/license/windvalley/gossh)](LICENSE)
+![Supports](https://img.shields.io/badge/Supports-macOS,%20Linux-orange) ![Page Views](https://views.whatilearened.today/views/github/windvalley/gossh.svg) [![Release Download Total](https://img.shields.io/github/downloads/windvalley/gossh/total)](https://github.com/windvalley/gossh/releases) +[![LICENSE](https://img.shields.io/github/license/windvalley/gossh)](LICENSE) Gossh is a high-performance and high-concurrency ssh tool written in Go. It can efficiently manage tens of thousands of Linux server clusters.