-
Notifications
You must be signed in to change notification settings - Fork 452
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update checkout instructions with https checkout
- Loading branch information
Elric Milon
committed
Mar 15, 2013
1 parent
4ea3161
commit ecbf327
Showing
1 changed file
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,12 @@ First clone the repository: | |
```bash | ||
git clone --recursive [email protected]:Tribler/tribler.git | ||
``` | ||
|
||
or, if you don't have added your ssh key to your github account: | ||
|
||
```bash | ||
git clone --recursive https://github.com/Tribler/tribler.git | ||
``` | ||
Then build swift and copy the binary where Tribler expects it to be: | ||
|
||
```bash | ||
|