diff --git a/README.md b/README.md index 2db3362b05..3ce34f8fec 100644 --- a/README.md +++ b/README.md @@ -99,11 +99,22 @@ You'll also need Rust: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh ``` -To build `ord` from source: +Clone the `ord` repo: ``` git clone https://github.com/ordinals/ord.git cd ord +``` + +To build a specific version of `ord`, first checkout that version: + +``` +git checkout +``` + +And finally to actually build `ord`: + +``` cargo build --release ```