mirror of
https://github.com/IonicaBizau/git-stats.git
synced 2024-12-22 05:12:11 +01:00
Merge pull request #148 from adriandarian/patch-1
Added a slight clearer instruction
This commit is contained in:
commit
d06416c87f
1 changed files with 14 additions and 0 deletions
14
README.md
14
README.md
|
@ -123,6 +123,20 @@ $ cd repository-downloader
|
||||||
# Install the dependencies
|
# Install the dependencies
|
||||||
$ npm install
|
$ npm install
|
||||||
|
|
||||||
|
# Enter your username and password for GitHub and BitBucket into the config.json
|
||||||
|
$ vim config.json
|
||||||
|
repository-downloader/config.json
|
||||||
|
- {
|
||||||
|
- "github": {
|
||||||
|
- "username": "your GitHub username",
|
||||||
|
- "password": "your GitHub password"
|
||||||
|
- },
|
||||||
|
- "bitbucket": {
|
||||||
|
- "username": "your BitBucket username",
|
||||||
|
- "password": "your BitBucket password"
|
||||||
|
- }
|
||||||
|
- }
|
||||||
|
|
||||||
# Start downloading and importing
|
# Start downloading and importing
|
||||||
$ ./start
|
$ ./start
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue