docs: Match README installation guide with meson.rst

Sync the build and install instructions in README.rst from
meson.rst

Signed-off-by: Sai Teja Pottumuttu <saiteja13427@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30294>
This commit is contained in:
Sai Teja Pottumuttu 2024-07-22 16:12:17 +05:30 committed by Marge Bot
parent 324de97f48
commit e7ee69b24d

View File

@ -18,11 +18,9 @@ Meson (`docs/meson.rst <https://docs.mesa3d.org/meson.html>`_):
.. code-block:: sh
$ mkdir build
$ cd build
$ meson ..
$ sudo ninja install
$ meson setup build
$ ninja -C build/
$ sudo ninja -C build/ install
Support
-------