summaryrefslogtreecommitdiff
path: root/plugins/hello_world/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/hello_world/README.md')
-rw-r--r--plugins/hello_world/README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/plugins/hello_world/README.md b/plugins/hello_world/README.md
index 5cfb640..19b0dff 100644
--- a/plugins/hello_world/README.md
+++ b/plugins/hello_world/README.md
@@ -1,3 +1,18 @@
## Hello World plugin
Showcase how to build a simple Godot Android plugin which is invoked from gdscript
+
+### Building the Hello World plugin
+
+Use the following commands to build the plugin:
+
+```
+cd Godot-Android-Samples
+./gradlew :plugins:hello_world:assemble
+```
+
+The generated artifact can be found under [`demo/addons`](demo/addons).
+
+### Usage
+
+Open the [`demo`](demo) project in the Godot Editor