summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleg Morozenkov <m@oleg.rocks>2022-11-08 15:28:29 +0300
committerGitHub <noreply@github.com>2022-11-08 15:28:29 +0300
commit054d8f2cb1ddc859cdb31cd640d6255ba50aec16 (patch)
treea41f337655ea5c869a794711cc069b76088f6a24
parent555a49a57e4e041b30d22f547ae273faeffa393c (diff)
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index fa836ba..a65ac00 100644
--- a/README.md
+++ b/README.md
@@ -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.