refactor(readme): add uninstall option

This commit is contained in:
2025-12-01 03:10:15 +01:00
parent 900254f023
commit c71986a5f6

View File

@@ -15,14 +15,16 @@ All the features listed are Thread-safe.
## Installation ## Installation
Clone the repo, and then using `meson` install it: Clone the repo, cd into it and then install it using:
``` ```
$ meson setup build $ meson setup build
$ cd build $ cd build
$ meson install $ sudo ninja install
``` ```
To uninstall, simply run `sudo ninja uninstall`.
## Usage ## Usage
See the `test/` folder for examples. See the `test/` folder for examples.