]> Repositorios git - scryer-prolog.git/commitdiff
only recommend git cloning to get the latest scryer version in README.md
authorMark Thom <[email protected]>
Sun, 6 Mar 2022 17:27:25 +0000 (10:27 -0700)
committerMark Thom <[email protected]>
Sun, 6 Mar 2022 17:27:25 +0000 (10:27 -0700)
README.md

index 7c9fb35f08b038b92dbe7060dfbc7f3e755e98fc..7999dcb4d25cd969c2a39cf600aa645948ae0cd9 100644 (file)
--- a/README.md
+++ b/README.md
@@ -112,20 +112,8 @@ Rust updated to the latest stable release; any existing Rust
 distribution should be uninstalled from your system before rustup is
 used.
 
-Scryer Prolog can be installed with cargo, like so:
-
-```
-$> cargo install scryer-prolog
-```
-
-cargo will download and install the libraries Scryer Prolog uses
-automatically from crates.io. You can find the `scryer-prolog`
-executable in `~/.cargo/bin`.
-
-Publishing Rust crates to crates.io and pushing to git are entirely
-distinct, independent processes, so to be sure you have the latest
-commit, it is recommended to clone directly from this git repository,
-which can be done as follows:
+Currently the only way to install the latest version of Scryer is to
+clone directly from this git repository, which can be done as follows:
 
 ```
 $> git clone https://github.com/mthom/scryer-prolog