diff --git a/docs/guides/building.md b/docs/guides/building.md index d2a604f190..d598d755eb 100644 --- a/docs/guides/building.md +++ b/docs/guides/building.md @@ -48,6 +48,12 @@ or launch a Scylla server locally with: ./tools/toolchain/dbuild ./build/dev/scylla --workdir tmp --developer-mode 1 --smp 1 --memory 1G ``` +For more help with build targets, run: + +```console +./tools/toolchain/dbuild ninja help +``` + That's it! ## Configuring