summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruvok2025-07-06 14:18:12 +0200
committeruvok2025-07-06 14:18:12 +0200
commit939622275c91cfd55cb9a14f9fa0cb3e1e00784e (patch)
tree5fb71a195d17f8e16a26ffd0b73d8d44952da8c9
parente7fa17016ad03245cf092f7bf301bd90a12dac57 (diff)
Add README
-rw-r--r--README.txt12
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/