Updated instructions to refer to new build name.

This commit is contained in:
Connor Garey 2026-03-29 19:30:54 +01:00
parent 39495bd25b
commit 8fae4367c5

View File

@ -60,6 +60,10 @@ cmake -S . -B build/ -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMA
ln -s ./build/compile_commands.json .
```
#### Nix Flake Build
```bash
nix build .?submodules=1#debugLinux
```
#### Other Linux distributions
You can try one of two methods: