]> Repositorios git - scryer-prolog.git/commitdiff
change "run" to "build", since "run" leads to a Scryer prompt which can be unexpected
authorMarkus Triska <[email protected]>
Sat, 1 Apr 2023 08:50:32 +0000 (10:50 +0200)
committerMarkus Triska <[email protected]>
Sat, 1 Apr 2023 09:03:31 +0000 (11:03 +0200)
README.md

index ed002d8d6b1938f459ddc72af82960fa5b42f57f..9783000758bbf4641482ab8f9f1c3d3bf6b00a77 100644 (file)
--- a/README.md
+++ b/README.md
@@ -115,12 +115,13 @@ distribution should be uninstalled from your system before rustup is
 used.
 
 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:
+clone directly from this git repository, and compile the system. This
+can be done as follows:
 
 ```
 $> git clone https://github.com/mthom/scryer-prolog
 $> cd scryer-prolog
-$> cargo run [--release]
+$> cargo build [--release]
 ```
 
 The optional `--release` flag will perform various optimizations,