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.