From ccba501c386bccb8636d36402c8a8b294c91f5df Mon Sep 17 00:00:00 2001 From: Nathan Franke Date: Thu, 16 Jun 2022 01:30:19 -0500 Subject: [PATCH] update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f3b283a..850b005 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ # gdextension Self-contained gdextension template for Godot Engine 4.x + +Make it your own: +1. Rename `addons/example/` and `addons/example/example.gdextension`. +2. Replace `LICENSE` and `README.md`. These are automatically copied to builds in GitHub Actions.