]> Repositorios git - scryer-prolog.git/commitdiff
Update README.md
authorBennet Bleßmann <[email protected]>
Thu, 23 Jan 2025 18:18:15 +0000 (19:18 +0100)
committerGitHub <[email protected]>
Thu, 23 Jan 2025 18:18:15 +0000 (19:18 +0100)
README.md

index 1dac50c3a2381f36f94fe7ffca6c28bbd9492d77..f59d8f4ab28e4ca4377a48f45385bfb1f5d28b79 100644 (file)
--- 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