Skip to content

Commit

Permalink
fixing up default github usernames and updating readme with info abou…
Browse files Browse the repository at this point in the history
…t github access token
  • Loading branch information
machellerogden committed Feb 14, 2017
1 parent 843cfcd commit e1ab369
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ bit --open {searchTerm}

The `searchTerm` argument is optional. If no `searchTerm` is given, then bitcar will attempt to open the current directory's repo in the browser.

## Github personal access token settings

If you'd like to use bitcar with your private repos, you'll need to setup a
[personal access token on your github
account](https://github.com/settings/tokens/new). Please ensure you've set the
correct scope for this token. The `repo` scope should be fully enabled.

## license

Apache 2.0
2 changes: 1 addition & 1 deletion setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function setup() {
type: 'input',
name: 'githubUsernames',
message: 'Please type the github usernames OTHER THAN YOUR OWN which you want bitcar to track (comma separated, no spaces):',
default: 'carsdotcom,machellerogden',
default: '',
when: (answers) => answers.addGithub
},
{
Expand Down

0 comments on commit e1ab369

Please sign in to comment.