]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
BUILDING-PACKAGES: Use a supported OS as example
authorRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 6 Oct 2023 14:13:39 +0000 (16:13 +0200)
committerGitHub <noreply@github.com>
Fri, 6 Oct 2023 14:13:39 +0000 (16:13 +0200)
Co-authored-by: Peter van Dijk <peter.van.dijk@powerdns.com>
BUILDING-PACKAGES.md

index 4662e3a7020099f2c4bcc3fdba568b68b01a026b..7da089d8158f1b6ca056e0d9a6ad9f57d1fb5674 100644 (file)
@@ -11,7 +11,7 @@ Building packages on your own computer
 2. Check out the version you want, it can be a git tag like dnsdist-1.8.1, a git commit ID or branch
 3. Update submodules (`git submodule update --init --recursive`)
 4. Execute `builder/build.sh` to see what arguments it supports
-5. Then run `builder/build.sh` with the arguments you want (for example, `builder/build.sh -m recursor ubuntu-bionic`)
+5. Then run `builder/build.sh` with the arguments you want (for example, `builder/build.sh -m recursor debian-bookworm`)
 
 Building packages from GitHub actions
 -------------------------------------