diff --git a/README.md b/README.md
index 4377ab7..11872c8 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,16 @@
see [Releases](https://git.sechat.de/jonas/retromariogodot/-/releases)
-https://mariomaker32.itch.io/mario-bros-retro - pwd: 1234
\ No newline at end of file
+https://mariomaker32.itch.io/mario-bros-retro - pwd: 1234
+
+
+
+xcodebuild -scheme "namedesprojekts" -destination "generic/platform=iOS" CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY="" -archivePath "DeinArchivName.xcarchive" build
+
+dann build durch "archive" ersetzen - beim build kein archive angeben
+
+mkdir Payload
+
+Im xcarchive (Products/Applications):
+
+mv ../../../Payload
+
+zip -qq -r -9 FlutterIpaExport.ipa Payload
\ No newline at end of file