From db1be23b062481a89cb20b74e91deb2ade658453 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20Pi=C3=B1era=20Buend=C3=ADa?= Date: Tue, 22 Aug 2017 14:42:08 +0200 Subject: [PATCH] Fix homebrew installation steps --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1094d220..1da9d690 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ This will install XcodeGen to `usr/local/bin` so it can be used from anywhere ### Homebrew ``` -brew tap yonaskolb/XcodeGen +brew tap yonaskolb/XcodeGen git@github.com:yonaskolb/XcodeGen.git brew install XcodeGen ```