From 9362718db2d26dd84bf16a30ae873a6f1f688760 Mon Sep 17 00:00:00 2001 From: Kaan Barmore-Genc Date: Fri, 25 Nov 2022 16:24:26 -0500 Subject: [PATCH] Add badges --- Readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Readme.md b/Readme.md index 9ecca1b..235d8d0 100644 --- a/Readme.md +++ b/Readme.md @@ -11,10 +11,14 @@ These containers are automatically updated every week, so they should stay fresh ### rsync +[![Docker Pulls](https://img.shields.io/docker/pulls/seriousbug/rsync) ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/seriousbug/rsync/latest)](https://hub.docker.com/r/seriousbug/rsync) + Gives you access to `rsync`, `ssh`, and `scp` commands. ### rust +[![Docker Pulls](https://img.shields.io/docker/pulls/seriousbug/rust) ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/seriousbug/rust/latest)](https://hub.docker.com/r/seriousbug/rust) + Rust stable toolchain, with `rustup`, `fmt`, `clippy`, `llvm-cov`, `llvm-tools`, and `audit`. ---