From b382a4f96c4eec3895658db2c10b7a10b2329a6f Mon Sep 17 00:00:00 2001 From: Julian Orth Date: Thu, 22 Feb 2024 23:12:12 +0100 Subject: [PATCH] docs: update the readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 87a1eb33..63f5958d 100644 --- a/README.md +++ b/README.md @@ -88,13 +88,13 @@ only the latest stable version is supported. You can now build Jay using this command: ```sh -RUSTC_BOOTSTRAP=1 cargo build --release +cargo build --release ``` The resulting binary will be located at `./target/release/jay`. Alternatively, cargo can also install the binary for you: ```sh -RUSTC_BOOTSTRAP=1 cargo install --path . +cargo install --path . ``` This will install the binary at `$HOME/.cargo/bin/jay`. If you have not already done so, you can add `$HOME/.cargo/bin` to your path.