Fix meson README link
This commit is contained in:
parent
8bcc10ed02
commit
885b4b1a35
|
@ -164,7 +164,7 @@ First we set up our pdm virtual environment:
|
||||||
|
|
||||||
pdm install --no-self -d --plugins
|
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
|
.. code-block:: bash
|
||||||
|
|
||||||
|
@ -198,6 +198,7 @@ For more configuration and install options, see:
|
||||||
.. _shell completion: https://pdm.fming.dev/latest/#shell-completion
|
.. _shell completion: https://pdm.fming.dev/latest/#shell-completion
|
||||||
.. _using pdm with virtual environments: https://pdm.fming.dev/latest/usage/venv/
|
.. _using pdm with virtual environments: https://pdm.fming.dev/latest/usage/venv/
|
||||||
.. _PDM: https://pdm-project.org/
|
.. _PDM: https://pdm-project.org/
|
||||||
|
.. _meson: https://mesonbuild.com/
|
||||||
|
|
||||||
Other operating systems
|
Other operating systems
|
||||||
=======================
|
=======================
|
||||||
|
|
Loading…
Reference in New Issue