From d966ee44cb7f5b257adb3645a84b9dfaf26235c1 Mon Sep 17 00:00:00 2001 From: Joanna May Date: Wed, 29 Mar 2023 17:29:49 -0500 Subject: [PATCH] docs: update readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e13ac8a..5cec4e6 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,12 @@ Setup Godot for use with (or without) .NET on macOS, Windows, and Linux CI/CD runners. -- ✅ Godot 4.x +- ✅ Installs Godot 4.x +- ✅ Installs export templates. - ✅ C# supported using .NET version of Godot. - ✅ Versions **without** .NET are also supported. - ✅ Installs Godot directly on the CI/CD runner. -- ✅ Caches Godot installation for speedier workflows. +- ✅ Caches Godot and export template installation for speedier workflows. - ✅ Adds environment variables (`GODOT4`, `GODOT`) to the system path. - ✅ Runs on macOS Github Actions runner. - ✅ Runs on Windows Github Actions runner.