Changes between Version 82 and Version 83 of UsingGitWithWebKit


Ignore:
Timestamp:
Apr 23, 2012 2:26:07 PM (12 years ago)
Author:
rniwa@webkit.org
Comment:

Add the instruction on how to install git on mac port

Legend:

Unmodified
Added
Removed
Modified
  • UsingGitWithWebKit

    v82 v83  
    1414 * Update your Git install: http://code.google.com/p/git-osx-installer/
    1515 * Update your SVN install (for `git-svn` bindings): http://www.open.collab.net/downloads/community/
     16 * Mac port:
     17{{{
     18  sudo port install git-core +svn+bash_completion
     19}}}
    1620
    1721=== [http://www.debian.org Debian] users ===