Skip to content

Commit

Permalink
Add build instructions to README (#1573)
Browse files Browse the repository at this point in the history
  • Loading branch information
dplusplus1024 authored Feb 8, 2023
1 parent 44505ae commit 4714f77
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,20 @@ On Debian and Ubuntu, `ord` requires `libssl-dev` when building from source:
sudo apt-get install libssl-dev
```

You'll also need Rust:

```
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```

To build `ord` from source:

```
git clone https://github.com/casey/ord.git
cd ord
cargo build --release
```

Syncing
-------

Expand Down

0 comments on commit 4714f77

Please sign in to comment.