<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -106,7 +106,7 @@
 			isa = PBXContainerItemProxy;
 			containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
 			proxyType = 1;
-			remoteGlobalIDString = 8DC2EF4F0486A6940098B216 /* GHUnit */;
+			remoteGlobalIDString = 8DC2EF4F0486A6940098B216;
 			remoteInfo = GHUnit;
 		};
 /* End PBXContainerItemProxy section */</diff>
      <filename>Project/GHUnit.xcodeproj/project.pbxproj</filename>
    </modified>
    <modified>
      <diff>@@ -66,10 +66,10 @@ There are two options. You can install it globally in /Library/Frameworks or wit
 ### Installing in your project
 
 - Add a `New Target`. Select `Cocoa -&gt; Application`. Name it `Tests` (or something similar).
-- Copy `GHUnit.framework` to your project directory (maybe in MyProject/Frameworks/.)
-- Add the `GHUnit.framekwork` files (from MyProject/Frameworks/) to the `Tests` target. It should be visible as a `Linked Framework` in the target. 
-- Under Build Settings, add `@loader_path/../Frameworks` to `Runpath Search Paths` 
-- Add `New Build Phase` | `New Copy Files Build Phase`. 
+- In the Finder, copy `GHUnit.framework` to your project directory (maybe in MyProject/Frameworks/.)
+- In the `Tests` target, add the `GHUnit.framekwork` files (from MyProject/Frameworks/). It should now be visible as a `Linked Framework` in the target. 
+- In the `Tests` target, under Build Settings, add `@loader_path/../Frameworks` to `Runpath Search Paths` (Under All Configurations)
+- In the `Tests` target, add `New Build Phase` | `New Copy Files Build Phase`. 
 	- Change the Destination to `Frameworks`.
 	- Drag `GHUnit.framework` into the the build phase
 	- Make sure the copy phase appears before any `Run Script` phases 
@@ -262,8 +262,8 @@ To run the tests from the command line:
 
 - Copy the [RunTests.sh](http://github.com/gabriel/gh-unit/tree/master/Classes/RunTests.sh) file into your project directory (if you haven't already).
 - In XCode:
-  - To the `Tests` target, Add | New Build Phase | New Run Script Build Phrase
-  - Enter in the path to the RunTests.sh file. This path should be relative to the xcode project file (.xcodeproj)!
+  - To the `Tests` target, Add `New Build Phase` | `New Run Script Build Phase`
+  - Enter `sh RunTests.sh` as the script. The path to `RunTests.sh` should be relative to the xcode project file (.xcodeproj)!
 	- (Optional) Uncheck 'Show environment variables in build log'
 
 From the command line, run the tests from xcodebuild (with the GHUNIT_CLI environment variable set) :
@@ -282,6 +282,8 @@ the environment settings or other XCode specific configuration right.
 
 ## Makefile
 
+Follow the directions above for adding command line support.
+
 Example Makefile's for Mac or iPhone apps:
 
 - [Makefile](http://github.com/gabriel/gh-unit/tree/master/Project/Makefile) (for a Mac App)</diff>
      <filename>README.md</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f217ff96462d770650888848aab2161d1732a273</id>
    </parent>
  </parents>
  <author>
    <name>Gabriel Handford</name>
    <email>gabrielh@gmail.com</email>
  </author>
  <url>http://github.com/gabriel/gh-unit/commit/e6b81d20e133e5478477ef891f04334fe784c615</url>
  <id>e6b81d20e133e5478477ef891f04334fe784c615</id>
  <committed-date>2009-11-04T10:43:35-08:00</committed-date>
  <authored-date>2009-11-04T10:43:35-08:00</authored-date>
  <message>Updating docs</message>
  <tree>0e1c41e394fd0d6cc6d101bf5f3b3d2f4de86b0e</tree>
  <committer>
    <name>Gabriel Handford</name>
    <email>gabrielh@gmail.com</email>
  </committer>
</commit>
