From 35bff713b0a4a075ec2a033d02418acf7fe64fd9 Mon Sep 17 00:00:00 2001 From: DeckerSU Date: Sat, 25 May 2019 00:05:00 +0300 Subject: [PATCH] Update README.md to use gcc@8 on OSX --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a8582891..8cbbef297 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ cd komodo #### OSX Ensure you have [brew](https://brew.sh) and the command line tools installed (comes automatically with XCode) and run: ```shell -brew update && brew install gcc@6 +brew update && brew install gcc@8 git clone https://github.com/komodoplatform/komodo --branch master --single-branch cd komodo ./zcutil/fetch-params.sh