From f1100271e27d7a46f13b586f1f0db3a4eb53a221 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bennet=20Ble=C3=9Fmann?= <3877590+Skgland@users.noreply.github.com> Date: Thu, 23 Jan 2025 19:18:15 +0100 Subject: [PATCH] Update README.md --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1dac50c3..f59d8f4a 100644 --- a/README.md +++ b/README.md @@ -125,12 +125,11 @@ Rust updated to the latest stable release; any existing Rust distribution should be uninstalled from your system before rustup is used. -The minimum rust toolchain version required can be found in the [Cargo.toml](https://github.com/mthom/scryer-prolog/blob/master/Cargo.toml#L13) -under the `package.rust-version` key. -Currently the only way to install the latest version of Scryer is to -clone directly from this git repository, and compile the system. This -can be done as follows: +> [!NOTE] +> The minimum rust toolchain version required can be found in the [Cargo.toml](https://github.com/mthom/scryer-prolog/blob/master/Cargo.toml#L13) +under the `package.rust-version` key. +> The acurracy of this values is validated in CI ### From a local git checkout -- 2.54.0