mirror of
https://github.com/IonicaBizau/git-stats.git
synced 2024-12-22 05:12:11 +01:00
Added a slight clearer instruction
When I was following your walkthrough in your README.md I got an error, even though it is not hard to fix some people might get confused. So I added this for a simple disclaimer.
This commit is contained in:
parent
4c4ede4cad
commit
7b95bec236
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
|
||||
$ 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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue