Skip to content

Commit

Permalink
Add minimum required libsodium version in README, fix andrewchambers#370
Browse files Browse the repository at this point in the history
  • Loading branch information
romainreignier authored and andrewchambers committed Jan 31, 2023
1 parent 91c3a6a commit 7082d77
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 @@ -125,7 +125,7 @@ $ bupstash gc

## From source

First ensure you have a recent rust+cargo, pkg-config and libsodium-dev package installed.
First ensure you have a recent rust+cargo, pkg-config and libsodium-dev (>= 1.0.14) package installed.

Next clone the repository and run cargo build.
```
Expand Down

0 comments on commit 7082d77

Please sign in to comment.