From bc5680244ee5b26d72efbbe32360b190525f3bba Mon Sep 17 00:00:00 2001 From: Erich Gubler Date: Sat, 23 Oct 2021 12:41:19 -0400 Subject: [PATCH] doc: modify `Installation` from `README` to note binary distributions --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a9930c5..7bda219 100644 --- a/README.md +++ b/README.md @@ -29,15 +29,17 @@ Ready to dive in deeper? You should try: ## Installation -For now, you may build Capisco via [Cargo](https://doc.rust-lang.org/cargo/): +Binary distributions for Windows 10, Mac, and Linux are available in the +[releases page]. Your favorite package manager(s) are coming soon (see also +[the roadmap](#roadmap))! + +An adventurous soul (or [potential contributor](#contributing)? 😍) may build +Capisco via [Cargo](https://doc.rust-lang.org/cargo/): ```sh $ cargo install capisco ``` -Binary distributions in GitHub and your favorite package manager(s) are coming -soon (see also [the roadmap](#roadmap))! - ## Roadmap See Capisco's [milestones in