From 0af6861313d933976f38b6ca38d1412add2184d6 Mon Sep 17 00:00:00 2001 From: Filipe Farinha Date: Wed, 11 Oct 2017 06:55:46 -0500 Subject: [PATCH] cd into MacPass prior to running carthage (#660) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index acc5bc0e..e9bb0617 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ git clone https://github.com/mstarke/MacPass --recursive * Install [Carthage](https://github.com/Carthage/Carthage#installing-carthage) * Install all Dependencies ```bash +cd MacPass carthage bootstrap --platform Mac ``` After that you can build and run in Xcode. The following command will build and make the application available through Spotlight. If you run into signing issues take a look at [Issue #92](https://github.com/mstarke/MacPass/issues/92)