diff --git a/README.md b/README.md new file mode 100644 index 0000000..fb9af1c --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# taggart + +a tui music tagger based on [tengri](https://codeberg.org/unspeaker/tengri) like +[tek](https://codeberg.org/unspeaker/tek). + +## installation + +install with cargo from source: + +``` +cargo install --git https://codeberg.org/unspeaker/taggart +```