diff options
Diffstat (limited to '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. |