Skip to content

Commit

Permalink
Clarify build instructions (#3304)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphjaph committed Mar 18, 2024
1 parent 21792bb commit 46a0277
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <VERSION>
```

And finally to actually build `ord`:

```
cargo build --release
```

Expand Down

0 comments on commit 46a0277

Please sign in to comment.