From 20fbf4d41869403c74a792e33d9f097983d467d4 Mon Sep 17 00:00:00 2001 From: "Chris (SPG) McGee" Date: Fri, 23 Aug 2024 14:57:30 -0400 Subject: [PATCH] Add swift package index badges for swiftly --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 72edab9e..71f10254 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # swiftly +[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fswiftlang%2Fswiftly%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/swiftlang/swiftly) [![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fswiftlang%2Fswiftly%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/swiftlang/swiftly) + swiftly is a CLI tool for installing, managing, and switching between [Swift](https://www.swift.org/) toolchains, written in Swift. swiftly itself is designed to be extremely easy to install and get running, and its command interface is intended to be flexible while also being simple to use. The overall experience is inspired by and meant to feel reminiscent of the Rust toolchain manager [rustup](https://rustup.rs/). Ongoing maintenance and stewardship of this project is led by the [SSWG](https://www.swift.org/sswg/).