From 5c04d2455340d08ba140a9ea6cc25da11852ae31 Mon Sep 17 00:00:00 2001 From: utzcoz Date: Fri, 26 May 2023 12:29:14 +0000 Subject: [PATCH] README: Fix code formatting for meson installation command Part-of: --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b4de60c0e3..fd5a191252 100644 --- a/README.md +++ b/README.md @@ -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.