Skip to content

Commit

Permalink
Merge pull request #7437 from roc-lang/ayazhafiz-patch-1
Browse files Browse the repository at this point in the history
Mention installing z3 on macos
  • Loading branch information
Anton-4 authored Dec 30, 2024
2 parents 6ca5a88 + ec8deea commit 9000293
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/content/install/macos_apple_silicon.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ which includes the Roc compiler and some helpful utilities.
cd roc_night<TAB TO AUTOCOMPLETE>
```

1. Install llvm 18:
1. Install llvm 18 and z3:

```sh
brew install llvm@18
brew install llvm@18 z3
```

1. To be able to run the `roc` command anywhere on your system; add the line below to your shell startup script (.profile, .zshrc, ...):
Expand Down

0 comments on commit 9000293

Please sign in to comment.