From c71986a5f640d705eef587089bf9bbb4b12a5b88 Mon Sep 17 00:00:00 2001 From: Francesco Date: Mon, 1 Dec 2025 03:10:15 +0100 Subject: [PATCH] refactor(readme): add uninstall option --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e1231eb..e801da5 100644 --- a/README.md +++ b/README.md @@ -15,14 +15,16 @@ All the features listed are Thread-safe. ## Installation -Clone the repo, and then using `meson` install it: +Clone the repo, cd into it and then install it using: ``` $ meson setup build $ cd build -$ meson install +$ sudo ninja install ``` +To uninstall, simply run `sudo ninja uninstall`. + ## Usage See the `test/` folder for examples.