Update README.md

fix ambiguity regarding the install location for the cargo install method, also include the binary name
This commit is contained in:
Bennet Bleßmann
2025-01-23 20:04:43 +01:00
committed by GitHub
parent 75d499bf8a
commit b1e66f686b

View File

@@ -153,7 +153,7 @@ directory `target/release` and can be invoked to run the system.
cargo install --locked --git https://github.com/mthom/scryer-prolog.git
```
Afterwards the binary will be under `$HOME/.cargo/bin` which is usually added to your PATH
Afterwards the `scryer-prolog` binary will be in the `$HOME/.cargo/bin` directory which is usually added to your PATH
during the installation of the rust toolchain.
#### From Crates.io [![Crates.io Version](https://img.shields.io/crates/v/scryer-prolog)](https://crates.io/crates/scryer-prolog) ![Crates.io MSRV](https://img.shields.io/crates/msrv/scryer-prolog)