]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
docs: run `meson setup` explicitly in build instructions
authorVladimír Čunát <vladimir.cunat@nic.cz>
Wed, 7 Dec 2022 12:17:11 +0000 (13:17 +0100)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Wed, 7 Dec 2022 12:17:11 +0000 (13:17 +0100)
Fixing all instances of the same issue on the same docs page.

doc/build.rst

index 718d61a036c9f5395cd648afb998c14fc020c6b3..09b314dd66b9690787d639698469c37d0a89c5d8 100644 (file)
@@ -139,7 +139,7 @@ For complete list of build options create a build directory and run:
 
 .. code-block:: bash
 
-   $ meson build_dir
+   $ meson setup build_dir
    $ meson configure build_dir
 
 To customize project build options, use ``-Doption=value`` when creating
@@ -147,7 +147,7 @@ a build directory:
 
 .. code-block:: bash
 
-   $ meson build_dir -Ddoc=enabled
+   $ meson setup build_dir -Ddoc=enabled
 
 ... or change options in an already existing build directory: