Merge "docs: add missing setup step for building in shell" into main

This commit is contained in:
71rd
2025-05-26 18:15:50 +00:00
committed by Lix Systems Gerrit
+1 -1
View File
@@ -39,7 +39,7 @@ $ nix-shell -A native-clangStdenvPackages
### Building from the development shell
Run a clean build and test with `just clean build install test`.
Run a clean build and test with `just clean setup build install test`.
You can also run the unit tests and integration tests separately: