From cc1a1b7065d0292ecaa9cdeb9434d38b02ceef88 Mon Sep 17 00:00:00 2001 From: Luc Date: Fri, 1 Aug 2025 20:02:36 +0200 Subject: [PATCH] README.md: update --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6c6722a..8c7f31e 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# Zlevis +# zlevis A minimal fork of [Clevis](https://github.com/latchset/clevis), rewritten in POSIX shell to accommodate automatic decryption of a ZFS root pool with TPM2. ## Installation -Zlevis can be installed with `meson`, after cloning the repository, setup the build directory +`zlevis` can be installed with `meson`, after cloning the repository, setup the build directory: ``` $ meson setup builddir @@ -14,7 +14,7 @@ $ meson setup builddir > Using the `--reconfigure` flag will reconfigure the build directory. -Installation of the zlevis scripts is now performed with +Installation of the `zlevis` scripts is now performed with: ``` # meson install -C builddir