Skip to content

Commit

Permalink
Document Debian dependencies (ordinals#1110)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Dec 29, 2022
1 parent f7c3481 commit 79543ca
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@ curl --proto '=https' --tlsv1.2 -fsLS https://ordinals.com/install.sh | bash -s
Once `ord` is installed, you should be able to run `ord --version` on the
command line.

Building
--------

On Debian and Ubuntu, `ord` requires `libssl-dev` when building from source:

```
sudo apt-get install libssl-dev
```

Syncing
-------

Expand Down

0 comments on commit 79543ca

Please sign in to comment.