From 555a49a57e4e041b30d22f547ae273faeffa393c Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Tue, 8 Nov 2022 15:27:37 +0300 Subject: Update README.md --- README.md | 4 ++-- 1 file 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. -- cgit v1.2.3