Skip to content

Commit 0891be7

Browse files
authored
Add instructions to access API with 2FA
Add more information on how to access the API with password for users with 2FA enabled, using Personal Access Tokens
1 parent 1004f6f commit 0891be7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ to have access to the [Pro Git project on GitHub](https://github.com/progit/prog
3838
$ export API_USER=github_username
3939
$ export API_PASS=github_password
4040
$ rake remote_genbook
41+
42+
If you have 2FA enabled, you'll need to create a [Personal Access Token](https://help.github.com/articles/creating-an-access-token-for-command-line-use/).
4143

4244
That will generate the book content from the Markdown files fetched from the online repository and post it to the Rails server database.
4345

0 commit comments

Comments
 (0)