1
0
Fork 0
forked from wry/wry

docs: update the readme

This commit is contained in:
Julian Orth 2024-02-22 23:12:12 +01:00
parent b57555584d
commit b382a4f96c

View file

@ -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.