]> Repositorios git - scryer-prolog.git/commitdiff
DOC: explain location of scryer-prolog after compilation
authorMarkus Triska <[email protected]>
Sat, 1 Apr 2023 08:42:13 +0000 (10:42 +0200)
committerMarkus Triska <[email protected]>
Sat, 1 Apr 2023 09:04:37 +0000 (11:04 +0200)
This question was recently raised on the #scryer IRC channel.

README.md

index a91ce449bb929e7c62cfd64f922475205cd913d2..7cf8c129542b68b094baa4dea59c2615678c2d35 100644 (file)
--- a/README.md
+++ b/README.md
@@ -127,6 +127,9 @@ $> cargo build --release
 The `--release` flag performs various optimizations, producing a
 faster executable.
 
+After compilation, the executable `scryer-prolog` is available in the
+directory&nbsp;`target/release` and can be invoked to run the system.
+
 On Windows, Scryer Prolog is easier to build inside a [MSYS2](https://www.msys2.org/)
 environment as some crates may require native C compilation. However, 
 the resulting binary does not need MSYS2 to run. When executing Scryer in a shell, it is recommended to use a more advanced shell than mintty (the default MSYS2 shell). The [Windows Terminal](https://github.com/microsoft/terminal) works correctly.