Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Commit

Permalink
Mention installing xcode command line tools on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
liamappelbe authored Aug 29, 2023
1 parent daa0603 commit 5ce5ed0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ Jump to [FAQ](#faq).

#### MacOS
1. Install Xcode.
2. Install LLVM - `brew install llvm`.
2. Install Xcode command line tools - `xcode-select --install`.
3. Install LLVM - `brew install llvm`.

## Configurations
Configurations can be provided in 2 ways-
Expand Down

0 comments on commit 5ce5ed0

Please sign in to comment.