From 182ca7ec0d95bd22e68eac6ac39bdd8228b1954c Mon Sep 17 00:00:00 2001 From: Bob Polis Date: Fri, 8 Aug 2025 13:29:48 +0200 Subject: [PATCH] Add some content to README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index c788dfb..bd7750a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,21 @@ # tagger A command line tool to easily bulk-edit file tags. + +## Dependencies + +- [libscerror](https://git.bobpolis.com/bob/libscerror/) +- [libscstring](https://git.bobpolis.com/bob/libscstring/) +- [libscterm](https://git.bobpolis.com/bob/libscterm/) + +## Build + +`make` + +## Install + +`sudo make install` + +## Documentation + +`man tagger`