diff options
author | uvok | 2025-07-06 14:18:12 +0200 |
---|---|---|
committer | uvok | 2025-07-06 14:18:12 +0200 |
commit | 939622275c91cfd55cb9a14f9fa0cb3e1e00784e (patch) | |
tree | 5fb71a195d17f8e16a26ffd0b73d8d44952da8c9 | |
parent | e7fa17016ad03245cf092f7bf301bd90a12dac57 (diff) |
Add README
-rw-r--r-- | README.txt | 12 |
1 files changed, 12 insertions, 0 deletions
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/ |