Skip to content

Commit

Permalink
Merge pull request #2 from prytnar/master
Browse files Browse the repository at this point in the history
fix for cloning https instead of git
  • Loading branch information
Gregory Man committed Dec 6, 2011
2 parents 69fac96 + 40be1f9 commit 0854026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

mkdir -p ~/Library/Application\ Support/TextMate/Bundles/
cd ~/Library/Application\ Support/TextMate/Bundles/
git clone https://github.com/gregory-m/ejs-tmbundle.git EJS.tmbundle
git clone git://github.com/gregory-m/ejs-tmbundle.git EJS.tmbundle
osascript -e 'tell app "TextMate" to reload bundles'

## License
Expand Down

0 comments on commit 0854026

Please sign in to comment.