We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd1002a commit 57d8b51Copy full SHA for 57d8b51
CONTRIBUTING.md
@@ -21,6 +21,16 @@ If you encounter any issues when following along with this file please don't hes
21
22
##### For Linux
23
24
+Before installing the dependencies, you need to add the LLVM repository and GPG key to get Clang 21:
25
+
26
+```bash
27
+wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
28
+sudo add-apt-repository "deb http://apt.llvm.org/$(lsb_release -cs)/ llvm-toolchain-$(lsb_release -cs)-21 main"
29
+sudo apt update
30
+```
31
32
+Then install the required packages:
33
34
```bash
35
xargs sudo apt-get install < Aptfile
36
```
0 commit comments