From 103ffffbd7a2f4118adfffbf0ddb69aec79109e3 Mon Sep 17 00:00:00 2001 From: "Aidan C. Mullen" Date: Sat, 8 Mar 2025 10:43:21 -0500 Subject: [PATCH] Update README --- README | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README b/README index 0d58f4e..eb7a0f0 100755 --- a/README +++ b/README @@ -25,9 +25,6 @@ Build - GNU Autotools - UNIX Shell - GCC (with G++) - - LDC - - DUB - - Tubolent W2C2 (optional; testing only) 1.) Install the dependencies listed above. @@ -48,9 +45,6 @@ Quick Setup In a terminal run Godot with the "--dump-extension-api" flag; this will generate the "extension_api.json" required by your installation. - Following this, run the following command: - - dub run godot-dlang:generator -- -j extension_api.json -o Refer to documentation for more information.