Update README

This commit is contained in:
Aidan C. Mullen 2025-03-08 10:43:21 -05:00
parent 57b364aaa0
commit 103ffffbd7

6
README
View file

@ -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.