mirror of
https://github.com/IonicaBizau/git-stats.git
synced 2024-12-22 13:22:11 +01:00
Merge pull request #10 from flavioribeiro/master
Change repository-downloader clone address
This commit is contained in:
commit
d89069bff3
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ Yes, you read correctly! That's also possible. I [built a tool for that too](htt
|
|||
|
||||
```sh
|
||||
# Download the repository downloader
|
||||
$ git clone git@github.com:IonicaBizau/repository-downloader.git
|
||||
$ git clone https://github.com/IonicaBizau/repository-downloader.git
|
||||
|
||||
# Go to repository downloader
|
||||
$ cd repository-downloader
|
||||
|
|
Loading…
Reference in a new issue