<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -25,8 +25,6 @@ class NetworkController &lt; OSX::NSObject
   end
   
   def setup_network_visualization_view
-    puts @github_user
-    puts @github_repo
     github_network_url = NSURL.URLWithString(&quot;http://github.com/#{@github_user}/#{@github_repo}/network&quot;)
     @network_view.setFrameLoadDelegate(self)
     if has_github_credentials?
@@ -45,8 +43,8 @@ class NetworkController &lt; OSX::NSObject
         &lt;body style=&quot;padding:30px&quot;&gt;
           &lt;h2&gt;If this is a Github repository you can set your credentials to view your network&lt;/h2&gt;
           &lt;pre&gt;
-            git config github.user  YOUR_USER
-            git config githuser.repo YOUR_REPO
+            git config github.user  REPO_USER
+            git config githuser.repo REPO_NAME
           &lt;/pre&gt;
         &lt;/body&gt;
         &lt;/html&gt;
@@ -95,7 +93,7 @@ class NetworkController &lt; OSX::NSObject
     )
   
     header.setAttribute_value('style', style)
-    header.setInnerHTML(%(Github Visualizer))
+    header.setInnerHTML(%(Github Network))
     old_header.parentNode.insertBefore_refChild(header, old_header)
   end
   </diff>
      <filename>NetworkController.rb</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@
 A RubyCocoa app for getting quick information for a git repo.  Similar to GitK.
  
 ### Requirements
-* Git(duh!), RubyCocoa, Leopard, RubyGems, open4
+* Git, RubyCocoa, Leopard, RubyGems, open4
 
 ### Quick Install
 1. Move GitNub.app to /Applications
@@ -18,9 +18,9 @@ helper to invoke the application, otherwise you get nothing.
 
 		
 ### Building from Source
-1. Open project in Xcode - press Build
-3. Move the build/Release/GitNub.app and `nub` to the proper locations 
-   specified in the Quick Install directions.
+1. Run `git submodule init` &amp; `git submodule update` in the root directory.
+2. Run `rake build` or open GitNub.xcodeproj in Xcode - press Build
+3. Run `rake install` to move GitNub.app to /Applications and copy nub to /usr/local/bin.
    
 ### Major Contributors
 * Justin Palmer - Maintainer</diff>
      <filename>README.markdown</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f74d2c2dade3873a2e0867598943356250bb4b26</id>
    </parent>
  </parents>
  <author>
    <name>Justin Palmer</name>
    <email>justin@activereload.net</email>
  </author>
  <url>http://github.com/kballard/gitnub/commit/a0cdb66cb9e5cdd71d8686dbf491240f26736062</url>
  <id>a0cdb66cb9e5cdd71d8686dbf491240f26736062</id>
  <committed-date>2008-06-07T16:24:50-07:00</committed-date>
  <authored-date>2008-06-07T16:24:50-07:00</authored-date>
  <message>Fix the README build instructions and change some language to make the github integration clearer</message>
  <tree>b1d548942a7d09b83199aa9202a99364356c4e5f</tree>
  <committer>
    <name>Justin Palmer</name>
    <email>justin@activereload.net</email>
  </committer>
</commit>
