From ac2d8e3fd81f901246f8430d6adc05f92754ea5a Mon Sep 17 00:00:00 2001 From: Alex Seeholzer Date: Mon, 30 Nov 2015 11:08:48 +0100 Subject: [PATCH] Fix for https://github.com/mstarke/MacPass/issues/386: recursive update with init required to correctly initialize second order dependencies. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9dcec2a8..4a6ba70e 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ If you want to live dangerously and want to take a look at the master: git clone https://github.com/mstarke/MacPass cd MacPass git submodule init - git submodule update + git submodule update --init --recursive After that you can build and run in Xcode. If you run into signing issues take a look at [Issue #92](https://github.com/mstarke/MacPass/issues/92)