Skip to content

Commit 674e437

Browse files
authored
Fix install instructions (#102)
1 parent fa4cada commit 674e437

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ The library has been tested on Linux, but it is compatible with Windows and MacO
6363
On Ubuntu 14.04 LTS:
6464

6565
```
66-
sudo apt-get install build-essential git libboost-all-dev cmake libgmp3-dev libssl-dev libprocps3-dev pkg-config
66+
sudo apt-get install build-essential git libboost-all-dev cmake libgmp3-dev libssl-dev libprocps3-dev pkg-config libsodium-dev
6767
```
6868

6969

70-
On MacOS, all of the libraries from the previous section can be installed with brew, except for `libprocps`, which is turned off by default.
70+
On MacOS, all of the libraries from the previous section can be installed with `brew`, except for `libprocps`, which is turned off by default.
7171

7272
Fetch dependencies from their GitHub repos:
7373

0 commit comments

Comments
 (0)