From 56bafc8c9b215fbfc94d538a86b2f6bbb3fca60c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Saparelli?= <felix@passcod.name> Date: Fri, 9 Sep 2022 20:27:54 +1200 Subject: [PATCH] Add install recommendation to readme (#351) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a5237915..550bd524 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ To support `binstall` maintainers must add configuration values to `Cargo.toml` ## Installation -To get started _using_ `cargo-binstall` first install the binary (either via `cargo install cargo-binstall` or by downloading a pre-compiled [release](https://github.com/cargo-bins/cargo-binstall/releases)). +To get started _using_ `cargo-binstall` first install the binary (either via `cargo install cargo-binstall` or by downloading a pre-compiled [release](https://github.com/cargo-bins/cargo-binstall/releases)). We recommend using the pre-compiled ones because we optimise those more than a standard source build does. | OS | Arch | URL | | ------- | ------- | ------------------------------------------------------------ |