Kaynağa Gözat

:memo: Explain how to make a minimal zip

DricomDragon 2 yıl önce
ebeveyn
işleme
76c0f10387
1 değiştirilmiş dosya ile 8 ekleme ve 0 silme
  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/\*
+```