File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -97,15 +97,18 @@ You can modify the source code with your favorite editor and run again steps 2 (
9797
9898## Instructions for running it natively on macOS
9999
100+ Warning: Installing an experimental compiler as your main compiler on macOS may cause problems.
101+ We recommend using a docker container. If you choose to install an experimental compiler system-wide
102+ under macOS, you are doing so at your own risks.
103+
100104Here are the step-by-step instructions:
101105
102106### 1. Install Homebrew
103107
104108If you don't already have Homebrew installed, install it by running:
105109
106110```
107- /bin/bash -c "$(curl -fsSL <https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh>)"
108-
111+ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
109112```
110113
111114### 2. Install Necessary Packages
You can’t perform that action at this time.
0 commit comments