README: Fix code formatting for meson installation command

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4721>
This commit is contained in:
utzcoz 2023-05-26 12:29:14 +00:00
parent 8b75e5fb57
commit 5c04d24553

View file

@ -43,7 +43,9 @@ Meson 0.62 or newer is required.
On Linux and macOS you can get meson through your package manager or using:
$ pip3 install --user meson
```
$ pip3 install --user meson
```
This will install meson into `~/.local/bin` which may or may not be included
automatically in your PATH by default.