From 6bd1fc68b54e769d33d783c6fa002281b2f76fa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Saparelli?= <felix@passcod.name> Date: Sun, 18 Sep 2022 00:27:52 +1200 Subject: [PATCH] Use github source for latest version readme (#395) The crate _doesn't_ have the readme snapshot anymore, likely due to the new split crate layout; we should probably fix that but in the meantime this does the trick. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 57b657f3..7e077f1f 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,7 @@ To support `binstall` maintainers must add configuration values to `Cargo.toml` [](https://github.com/cargo-bins/cargo-binstall) [](https://crates.io/crates/cargo-binstall) -NOTE that the docs below are for the `main` branch and may contain unreleased features, -**[see docs for the latest version](https://crates.io/crates/cargo-binstall)** +You probably want to **[see this page as it was when the latest version was published](https://github.com/cargo-bins/cargo-binstall/tree/v0.13.1#readme)** for accurate documentation. ## Installation