diff --git a/README.md b/README.md index 50f34901..66735670 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ MacOS support is new. Please create an issue if something doesn't work. because they come with Xcode Command Line Tools. You can use [brew](https://brew.sh/) to install LLVM 13: ``` - brew install llvm@13 + $ brew install llvm@13 ``` 2. Download and compile Jou. ```