소스 검색

:memo: Explain how to make a minimal zip

DricomDragon 2 년 전
부모
커밋
76c0f10387
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  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/\*
+```