aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Schlote2023-07-11 17:56:31 +0200
committerCarsten Schlote2023-07-11 17:56:31 +0200
commit5031cd26a66bba6c7617d486e13a1534570bd356 (patch)
tree85267988ba8b0a7659e49bbaeeda50c1ef82b3c0
parentd8a83c60612ca5ad582adb756c7d69839c7cc17d (diff)
downloadaur-5031cd26a66bba6c7617d486e13a1534570bd356.tar.gz
Added 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.