Skip to content

Commit

Permalink
Updated installation instructions file
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanvc committed Jul 2, 2009
1 parent d4b8498 commit b77547c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@ h1. TextMate Bundle to create Public/Private Gists

With this bundle you can simply create public and private gists. You need to have Ruby, and configured your GitHub username and token in your global config. The URL will be copied to the clipboard.

h2. Pre-requisites

# Install ruby
# Configure your "GitHub account":https://github.com/account
<pre>
$ git config --global github.user [your username]
$ git config --global github.token [your token]
</pre>

h2. Install

<pre>
Expand Down

0 comments on commit b77547c

Please sign in to comment.