Skip to content

Commit

Permalink
Update checkout instructions with https checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
Elric Milon committed Mar 15, 2013
1 parent 4ea3161 commit ecbf327
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ecbf327

Please sign in to comment.