From 8e988c39e9df00670b0ab910e5721dd2ba3a3435 Mon Sep 17 00:00:00 2001
From: meeh <meeh@mail.i2p>
Date: Thu, 11 Oct 2018 17:03:11 +0000
Subject: [PATCH] OSX Launcher: Updated build instructions in readme

---
 launchers/macosx/README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/launchers/macosx/README.md b/launchers/macosx/README.md
index 24e5168766..92713a51bb 100644
--- a/launchers/macosx/README.md
+++ b/launchers/macosx/README.md
@@ -40,8 +40,9 @@ Homebrew is quite well maintained on OSX and any updates at Oracle should quickl
 You can both build the project from the Xcode UI or you can build it from command line.
 
 An example build command:
-`xcodebuild -target I2PLauncher -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk`
+`REPACK_I2P=1 xcodebuild -target I2PLauncher -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk`
 
+**Note** you don't need REPACK_I2P except for the first build, and each time you wish to repack the zip file containing i2p.
 
 ## Objective-C / Swift Links
 
-- 
GitLab