diff options
author | Oleg Morozenkov <m@oleg.rocks> | 2022-11-08 15:28:29 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-08 15:28:29 +0300 |
commit | 054d8f2cb1ddc859cdb31cd640d6255ba50aec16 (patch) | |
tree | a41f337655ea5c869a794711cc069b76088f6a24 | |
parent | 555a49a57e4e041b30d22f547ae273faeffa393c (diff) |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 boost openssl zlib curl +brew install gcc cmake boost openssl zlib curl ``` You can compile and install the library like Linux instructions. |