Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/tutorials/smart-rollup.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,12 @@ TODO Could we install some of the tools in the docker container instead of makin
export CC="$(brew --prefix llvm)/bin/clang"
```

In some cases for MacOS you may need to update your `PATH` environment variable to include LLVM by running this command:

```bash
echo 'export PATH="/opt/homebrew/opt/llvm/bin:$PATH"' >> ~/.zshrc
```

**Ubuntu**

```bash
Expand Down
Loading