contributing: fix fedora llvm install steps (#14726)

This commit is contained in:
Oliver Medhurst
2024-10-22 19:40:46 +01:00
committed by GitHub
parent 517cdc1392
commit 00b055566e

View File

@@ -77,8 +77,8 @@ $ sudo pacman -S llvm clang lld
```bash#Fedora
$ sudo dnf install 'dnf-command(copr)'
$ sudo dnf copr enable -y @fedora-llvm-team/llvm-snapshots
$ sudo dnf install llvm clang lld
$ sudo dnf copr enable -y @fedora-llvm-team/llvm17
$ sudo dnf install llvm16 clang16 lld16-devel
```
```bash#openSUSE Tumbleweed