Skip to content

Commit 555a49a

Browse files
authored
Update README.md
1 parent 18a9541 commit 555a49a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Dependencies:
6464
You can install dependencies on Debian-based distibutives with these commands:
6565

6666
```sh
67-
sudo apt-get install g++ make binutils cmake libssl-dev libboost-system-dev zlib1g-dev libcurl4-openssl-dev
67+
sudo apt-get install g++ make binutils cmake libboost-system-dev libssl-dev zlib1g-dev libcurl4-openssl-dev
6868
```
6969

7070
You can compile and install the library with these commands:
@@ -85,7 +85,7 @@ Alternatively, you can use Docker to build and run your bot. Set the base image
8585
You can install dependencies with these commands:
8686

8787
```sh
88-
brew install openssl zlib
88+
brew install boost openssl zlib curl
8989
```
9090

9191
You can compile and install the library like Linux instructions.

0 commit comments

Comments
 (0)