From 651d38fa1ea4fb750027524f565739b7c04784e6 Mon Sep 17 00:00:00 2001 From: Jason Schrader Date: Tue, 21 Feb 2023 15:00:01 -0700 Subject: [PATCH] Add note on default build location (#1625) Co-authored-by: raphjaph --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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 -------