mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-13 21:42:32 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user