Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nibble-4bits committed Aug 22, 2020
1 parent 16022d0 commit 0c18f92
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Options:
-c, --codewars use CodeWars login credentials
-g, --github use GitHub login credentials
-o, --output <path> path to the output directory where solutions will be saved (default: <YOUR_HOME_DIRECTORY>/my_codewars_solutions)
-v, --verbose explain what is being done
-u, --username <username> your CodeWars username
-e, --email <email> your GitHub or CodeWars account email
-p, --password <password> your GitHub or CodeWars account password
Expand All @@ -40,9 +41,9 @@ If you want to log in to CodeWars using your GitHub credentials then run:
codewars-solutions-scraper -g -u <YOUR_CODEWARS_USERNAME> -e <YOUR_GITHUB_EMAIL> -p <YOUR_GITHUB_PASSWORD>
```

Note that if you log in via GitHub, you will be prompted to enter a verification code sent to your GitHub account email.
Note that if you log in via GitHub, you will be prompted to enter a verification code sent to your GitHub account email.

The prompt will look like this:
The prompt will look like this:

`Please enter the verification code that was sent to <YOUR_GITHUB_EMAIL>:`

Expand Down

0 comments on commit 0c18f92

Please sign in to comment.