From d4c3994cbb4f10a97757deefd51f7b082035cc75 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Fri, 6 Apr 2012 20:04:42 -0400 Subject: [PATCH] Document providing credentials --- README.markdown | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/README.markdown b/README.markdown index 53b4e0c..e2eb818 100644 --- a/README.markdown +++ b/README.markdown @@ -20,9 +20,23 @@ Installation ------------ In addition to [fugitive.vim][], [Curl](http://curl.haxx.se/) is -required (included with OS X). If you haven't already, you'll need to -set up your [GitHub API -token](http://help.github.com/set-your-user-name-email-and-github-token/). +required (included with OS X). There are 3 ways you can tell +rhubarb.vim your GitHub credentials: + +1. In Git: + + git config --global github.user + git config --global github.password + +2. In your shell: + + export GITHUB_USER= + export GITHUB_PASSWORD= + +3. In Vim: + + let g:github_user = '' + let g:github_password = '' If you don't have a preferred installation method, I recommend installing [pathogen.vim](https://github.com/tpope/vim-pathogen), and