## Asset Library [Asset Library Page](https://godotengine.org/asset-library/asset/2362)
You can install this Plugin from the Godot Asset Library by searching "Godot Form" in the Asset Library tab in the Godot Editor. ## Git When using git you will unfortunately get additional files in the root of the project, such as `.gitignore`, `README.md` and `LICENSE`. You will have to delete these manually.
> If you're wondering; I tried to use subtrees but it ended up giving me trouble with branches and pull requests. Submodules are not supported by the Asset Library. ### Clone You can also clone this repo into your project's folder like so: ```bash git clone https://github.com/moritz-t-w/Godot-Form.git . ``` ## Manual (not recommended) You can also [download](https://github.com/moritz-t-w/Godot-Form/releases/download/latest/addons.zip) the compressed `addons` folder from the [latest release](https://github.com/moritz-t-w/Godot-Form/releases/latest) and unzip it into your project's root folder.
If you don't trust me (which you shouldn't) you can also download the source code from the release page. > This is not recommended because you will have to manually update the plugin.