From aa8e07d8b66c8714b3b0d3d214ef41688c75384c Mon Sep 17 00:00:00 2001 From: "git@71rd.net" Date: Sun, 25 May 2025 17:35:49 +0000 Subject: [PATCH] docs: add missing setup step for building in shell Change-Id: Ia02e4c994b13defbefb46b0cf21e1254d13166d9 --- doc/manual/src/contributing/hacking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/src/contributing/hacking.md b/doc/manual/src/contributing/hacking.md index 301455081..6e2ce06f0 100644 --- a/doc/manual/src/contributing/hacking.md +++ b/doc/manual/src/contributing/hacking.md @@ -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: