diff options
Diffstat (limited to 'README.txt')
-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/ |