221V 3 months ago
parent
commit
93bda3de9b
1 changed files with 14 additions and 0 deletions
  1. 14 0
      README.md

+ 14 - 0
README.md

@@ -0,0 +1,14 @@
+# local git for GPT - git4GPT
+
+install
+```
+// tested with
+//   ldc2-1.39.0-linux-x86_64
+//   https://github.com/ldc-developers/ldc/releases/tag/v1.39.0
+
+// dub add dlangui
+
+make
+
+make run
+```