Last active
December 11, 2015 02:58
-
-
Save mtitolo/4534342 to your computer and use it in GitHub Desktop.
How to get instaweb running on OSX and opening in Chrome. Run these commands!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ brew install lighttpd | |
$ git config --global instaweb.browser ch | |
$ git config --global browser.ch.cmd "open -a \"/Applications/Google Chrome.app\"" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for documenting this.
More info on
git config *.cmd
settings:http://git-scm.com/book/en/Customizing-Git-Git-Configuration