From f0bdab74843ce68b7018ba9feec3b33237543118 Mon Sep 17 00:00:00 2001 From: Leonardo Faoro Date: Mon, 9 May 2016 20:18:26 +0200 Subject: [PATCH] updated README.md Shorter way for cloning and downloading the submodules all at once instead of a 3-step process. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 69cebbbe..803d9adf 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,7 @@ All releases can be found at [Github](https://github.com/mstarke/MacPass/release * Fetch the source of MacPass ```bash -git clone https://github.com/mstarke/MacPass -cd MacPass -git submodule update --init --recursive +git clone https://github.com/mstarke/MacPass --recursive ``` * Install [Carthage](https://github.com/Carthage/Carthage#installing-carthage) * Install all Dependencies