pidgin/pidgin

Parents 0a8609c17a6b
Children c4e4896c5437
Update the documentation to use meson setup instead of a bare meson

Using a bare `meson` to configure a build directory has been deprecated in meson
0.64.0. The command has been around forever, so there's no harm in making our
documentation mention it for versions before 0.64.0.

Testing Done:
None

Reviewed at https://reviews.imfreedom.org/r/1982/
  • +3 -3
    README
  • --- a/README Thu Oct 27 03:21:52 2022 -0500
    +++ b/README Thu Oct 27 03:23:06 2022 -0500
    @@ -27,7 +27,7 @@
    You can quickly build Pidgin with the following commands:
    ```
    -meson build
    +meson setup build
    cd build
    ninja
    ninja install
    @@ -38,10 +38,10 @@
    running meson like the following:
    ```
    -meson -Ddebug=true build
    +meson setup -Ddebug=true build
    ```
    -If you have already run `meson` you can use `meson configure`:
    +If you have already run `meson setup` you can use `meson configure`:
    ```
    cd build