Skip to content

Commit 4fc1f37

Browse files
committed
fix brew command to install clang
1 parent c46b25b commit 4fc1f37

File tree

1 file changed

+1
-1
lines changed
  • content/learning-paths/cross-platform/multiplying-matrices-with-sme2

1 file changed

+1
-1
lines changed

content/learning-paths/cross-platform/multiplying-matrices-with-sme2/1-get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Install Clang using the instructions below, selecting either macOS or Linux/Ubun
9696
{{< /tab >}}
9797

9898
{{< tab header="macOS" language="bash">}}
99-
brew install clang
99+
brew install llvm
100100
{{< /tab >}}
101101

102102
{{< /tabpane >}}

0 commit comments

Comments
 (0)