From 9f446d3bc7270bc83e7dbf3ec89419aa38dcb610 Mon Sep 17 00:00:00 2001 From: Yonas Kolb Date: Thu, 27 Jul 2017 22:32:56 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f950442c..dd2c104a 100644 --- a/README.md +++ b/README.md @@ -36,9 +36,9 @@ Make sure Xcode 8 is installed and run the following commands in the same direct ### 1. Command Line ``` -swift build +swift build -c release ``` -This compiles a build via the Swift Package Manager. You can find the output in the build directory which by default is at `.build/debug/XcodeGen`. You can simply run it with: +This compiles a build via the Swift Package Manager. You can find the output in the build directory which by default is at `.build/release/XcodeGen`. You can simply run it with: ``` .build/debug/XcodeGen ..arguments