diff options
author | Oleg Morozenkov <m@oleg.rocks> | 2022-11-08 15:27:37 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-08 15:27:37 +0300 |
commit | 555a49a57e4e041b30d22f547ae273faeffa393c (patch) | |
tree | cd359b70118939561b9a65eb024dbc2d62ff41d8 | |
parent | 18a9541bb039f4064ac9f9481354279e809e59f6 (diff) |
Update README.md
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |