From 939622275c91cfd55cb9a14f9fa0cb3e1e00784e Mon Sep 17 00:00:00 2001 From: uvok Date: Sun, 6 Jul 2025 14:18:12 +0200 Subject: Add README --- README.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.txt diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..424f8ab --- /dev/null +++ b/README.txt @@ -0,0 +1,12 @@ +Attempt to write a Tuxguitar plugin to import Songsterr JSONs. + +You need to install the TuxGuitar lib to a local repo inside this project: + +mvn \ + install:install-file \ + -Dfile=$path/tuxguitar-lib.jar \ + -DgroupId=app.tuxguitar \ + -DartifactId=tuxguitar-lib \ + -Dversion=9.99 \ + -Dpackaging=jar \ + -DlocalRepositoryPath=$thisDir/songsterr/repo/ -- cgit v1.2.3