public
Description: Computer implementation of Robert Brandom's "game of giving and asking for reasons," from Making It Explicit, chapter 3.
Clone URL: git://github.com/jgm/gogar.git
Added mention of git repository.
jgm (author)
Fri Jul 18 15:46:12 -0700 2008
commit  170ef1f08126fbf1b3bc7256a4a55bcd51bfb06e
tree    f0f62bd64682ad267a44fff73c6cee25cce39518
parent  043ec97e0a4b95e77b708511266aefdc2d7dc3a2
...
17
18
19
20
 
21
22
23
 
 
 
 
 
 
 
24
25
26
...
17
18
19
 
20
21
 
 
22
23
24
25
26
27
28
29
30
31
0
@@ -17,10 +17,15 @@ entitlements is universal.
0
 [Try GOGAR on the web!](http://johnmacfarlane.net:9094/)
0
 
0
 The current version of GOGAR is a single Ruby script,
0
-[gogar.rb](http://github.com/jgm/gogar/master/gogar.rb).
0
+[gogar.rb](http://github.com/jgm/gogar/tree/master/gogar.rb).
0
 You can download the latest version
0
-[here](http://github.com/jgm/gogar/tarball/master). After downloading
0
-and extracting it, you can run it with the following command:
0
+[here](http://github.com/jgm/gogar/tarball/master), or clone
0
+the git repository
0
+
0
+ git://github.com/jgm/gogar.git
0
+
0
+After downloading and extracting `gogar.rb`, you can run it with the
0
+following command:
0
 
0
     ruby gogar.rb
0
 

Comments

    No one has commented yet.