Fix meson README link

This commit is contained in:
Ross Motley 2023-11-14 12:04:46 +00:00 committed by Rob Taylor
parent 8bcc10ed02
commit 885b4b1a35
1 changed files with 2 additions and 1 deletions

View File

@ -164,7 +164,7 @@ First we set up our pdm virtual environment:
pdm install --no-self -d --plugins
Below we are just using a local directory call builddir for our meson_ build directory, but you can put it wherever you like.
Below we are just using a local directory call builddir for our _meson build directory, but you can put it wherever you like.
.. code-block:: bash
@ -198,6 +198,7 @@ For more configuration and install options, see:
.. _shell completion: https://pdm.fming.dev/latest/#shell-completion
.. _using pdm with virtual environments: https://pdm.fming.dev/latest/usage/venv/
.. _PDM: https://pdm-project.org/
.. _meson: https://mesonbuild.com/
Other operating systems
=======================