diff --git a/README.md b/README.md index 919b2cf..2ab5536 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Godot3 Template Project -A series of folders and files that I use when starting a Godot2-based project. +A series of folders and files that I use when starting a Godot3-based project. The `game` folder should have the engine.cfg and any rendered assets, scenes, etc. @@ -9,8 +9,16 @@ required. # Using the template -The copy the entire folder and modify as needed. The engine.cfg for the godot project -should be placed into the root of the game/ folder. +1. Get a copy and remove existing history: + +` +export PROJECT_NAME=project +git clone --recursive https://gitlab.com/kienan/godot3-project-template.git $PROJECT_NAME +cd $PROJECT_NAME +rm -rf .git ; git init . +` + +2. Modify as needed. # Copyright and license