Skip to content

Commit 7e57651

Browse files
Merge pull request #25 from simdjson/warning
adding a warning
2 parents 75409ac + e6c45b4 commit 7e57651

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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+
100104
Here are the step-by-step instructions:
101105

102106
### 1. Install Homebrew
103107

104108
If 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

0 commit comments

Comments
 (0)