updated README.md

Shorter way for cloning and downloading the submodules all at once instead of a 3-step process.
This commit is contained in:
Leonardo Faoro
2016-05-09 20:18:26 +02:00
parent f73a3db893
commit f0bdab7484

View File

@@ -18,9 +18,7 @@ All releases can be found at [Github](https://github.com/mstarke/MacPass/release
* Fetch the source of MacPass * Fetch the source of MacPass
```bash ```bash
git clone https://github.com/mstarke/MacPass git clone https://github.com/mstarke/MacPass --recursive
cd MacPass
git submodule update --init --recursive
``` ```
* Install [Carthage](https://github.com/Carthage/Carthage#installing-carthage) * Install [Carthage](https://github.com/Carthage/Carthage#installing-carthage)
* Install all Dependencies * Install all Dependencies