summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 30c4019..fa836ba 100644
--- a/README.md
+++ b/README.md
@@ -64,7 +64,7 @@ Dependencies:
You can install dependencies on Debian-based distibutives with these commands:
```sh
-sudo apt-get install g++ make binutils cmake libssl-dev libboost-system-dev zlib1g-dev libcurl4-openssl-dev
+sudo apt-get install g++ make binutils cmake libboost-system-dev libssl-dev zlib1g-dev libcurl4-openssl-dev
```
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
You can install dependencies with these commands:
```sh
-brew install openssl zlib
+brew install boost openssl zlib curl
```
You can compile and install the library like Linux instructions.