Browse Source

:memo: Explain how to make a minimal zip

DricomDragon 2 years ago
parent
commit
76c0f10387
1 changed files with 8 additions and 0 deletions
  1. 8 0
      README.md

+ 8 - 0
README.md

@@ -1,3 +1,11 @@
 # Godot bug reports
 
 The list of minimal projects to reproduce bugs I have spotted.
+
+## Make a minimal project
+
+Package it in a zip, without the `.godot` folder.
+
+```sh
+zip -r folder_name folder_name -x folder_name/.godot/\*
+```