aboutsummarylogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 000000000000..de8b0e25d3da
--- /dev/null
+++ b/README.md
@@ -0,0 +1,16 @@
+
+# plantumlqeditor-va-git
+
+This is a fork of a fork.
+
+The original project is located at https://github.com/JoyIfBam5/plantumlqeditor.git
+The original fork with fixes is located at https://github.com/borco/plantumlqeditor.git
+
+I added my own set of fixes to my personal fork of these repositories.
+
+Changes;
+- Added some fixes to allow the programm to compile. Removed deprecated QT code.
+- Added code to treat '/usr/bin/plantuml' as a wrapper script, but calling
+ java if the plantuml path ends with '.jar'
+
+More fixes will be added to allow usage with current Arch/Manjaro releases.