Skip to content

Commit

Permalink
Add libssl-dev to ubuntu install command (ordinals#3235)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhong5297 committed Mar 7, 2024
1 parent 9b7cbf1 commit aaeb0e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Building
On Debian and Ubuntu, `ord` requires `libssl-dev` when building from source:

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

You'll also need Rust:
Expand Down

0 comments on commit aaeb0e4

Please sign in to comment.