From c94551433bfdd0f771d92f8c6e245ad54583b008 Mon Sep 17 00:00:00 2001 From: svartalf Date: Sat, 14 Sep 2019 20:42:34 +0300 Subject: [PATCH] Gitter badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e95c067..d9a90d4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # `rustup toolchain` Action +[![Gitter](https://badges.gitter.im/actions-rs/community.svg)](https://gitter.im/actions-rs/community) + This GitHub Action installs [Rust toolchain](https://github.com/rust-lang/rustup.rs#toolchain-specification). Optionally it can set installed toolchain as a default and as an override for current directory.