You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/guides/build.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ brew install llvm@16
69
69
For **Fedora** users you can install LLVM from the repository. Note that the version of LLVM [varies by Fedora version](https://packages.fedoraproject.org/pkgs/llvm/llvm-libs/), for example Fedora 37 has LLVM 15.
70
70
71
71
```shell
72
-
sudo dnf install llvm-devel lld-libs lld
72
+
sudo dnf install llvm-devel clang-libs lld
73
73
```
74
74
75
75
After LLVM has been installed, installing TinyGo should be as easy as running the following command:
0 commit comments