From b1e66f686b6a5c5a2a04294c242246fa653036e3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bennet=20Ble=C3=9Fmann?= <3877590+Skgland@users.noreply.github.com> Date: Thu, 23 Jan 2025 20:04:43 +0100 Subject: [PATCH] Update README.md fix ambiguity regarding the install location for the cargo install method, also include the binary name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c582edc6..201c736c 100644 --- a/README.md +++ b/README.md @@ -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) -- 2.54.0