Skip to content

Commit

Permalink
Fix clone path in installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
James Conroy-Finn committed Jul 31, 2010
1 parent 11bd7c3 commit 457b282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ h2. Installation
<pre>
mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd ~/Library/Application\ Support/TextMate/Bundles
git clone git://github.com/jcf/git-tmbundle Git.tmbundle
git clone git://github.com/jcf/git-tmbundle.git Git.tmbundle
</pre>

* In the TextMate preferences, advanced tab, shell variables, set the TM_GIT variable to point to your installation of git (ie <code>/usr/local/bin/git</code>)
Expand Down

0 comments on commit 457b282

Please sign in to comment.