docs: add missing setup step for building in shell

Change-Id: Ia02e4c994b13defbefb46b0cf21e1254d13166d9
This commit is contained in:
git@71rd.net
2025-05-25 20:49:24 +00:00
parent dbff52bfbc
commit aa8e07d8b6
+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: