From c840e0b331630a4969202f863c65aa1a5427d3f2 Mon Sep 17 00:00:00 2001 From: Luc Date: Sat, 2 Aug 2025 21:10:52 +0200 Subject: [PATCH] README.md: update --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ff8d4d3..7a83058 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,14 @@ A [mkinitfs](https://gitlab.alpinelinux.org/alpine/mkinitfs) module that impleme `zlevis-mkinitfs` can be installed with `meson`, after cloning the repository, setup the build directory: -``` shell-session -sh$ meson setup builddir +``` +$ meson setup builddir ``` > Using the `--reconfigure` flag will reconfigure the build directory. Installation of the `zlevis-mkinitfs` module is now performed with: -``` shell-session -sh# meson install -C builddir +``` +# meson install -C builddir ```