From b34c9aff607fafcefb4829ab0f50eb32fa869148 Mon Sep 17 00:00:00 2001 From: Yonas Kolb Date: Wed, 20 Sep 2017 16:08:38 +0200 Subject: [PATCH] document swift run command --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index f2f77476..d88a3c38 100644 --- a/README.md +++ b/README.md @@ -78,8 +78,7 @@ $ brew install XcodeGen --no-sandbox ``` $ git clone https://github.com/yonaskolb/XcodeGen.git $ cd XcodeGen -$ swift build -c release -$ .build/release/XcodeGen +$ swift run ``` **Use as dependency**