summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleg Morozenkov <m@oleg.rocks>2022-11-08 15:27:37 +0300
committerGitHub <noreply@github.com>2022-11-08 15:27:37 +0300
commit555a49a57e4e041b30d22f547ae273faeffa393c (patch)
treecd359b70118939561b9a65eb024dbc2d62ff41d8
parent18a9541bb039f4064ac9f9481354279e809e59f6 (diff)
Update 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.