From e94e4961e7870c43f4746d8c2a4825a78c0d3224 Mon Sep 17 00:00:00 2001 From: Mario Steele Date: Fri, 26 Sep 2025 20:34:34 -0500 Subject: [PATCH] Updated Readme Started Readme documentation. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index e69de29..94b7866 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,10 @@ +# Godot.Sharp.Extended +Godot.Sharp.Extended is a core library with a Source generators for the ![Godot Engine](https://godotengine.org), providing additional support for ease of programming with the Godot Engine. + +# Installation +To install this library, simply use dotnet command line tool, to add a package reference for GodotSharpExtras, using the following command: + +``` +dotnet add package Godot.Sharp.Extended +``` +