diff --git a/README.md b/README.md index 0fab721f0e..e96213bc5b 100644 --- a/README.md +++ b/README.md @@ -89,8 +89,11 @@ cd ord cargo build --release ``` +The default location for the `ord` binary once built is `./target/release/ord`. + `ord` requires `rustc` version 1.67.0 or later. Run `rustc --version` to ensure you have this version. Run `rustup update` to get the latest stable release. + Syncing -------