Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Commit

Permalink
adding link to Go on readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanb committed Oct 22, 2010
1 parent 2d7369d commit c4eda94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Go vs Go

This is the source code for [govsgo.com](http://govsgo.com).
This is the source code for [govsgo.com](http://govsgo.com), a site for playing [Go](http://en.wikipedia.org/wiki/Go_(game)) online with other players or against the computer.

If you find a bug in the site or have a suggestion please post it on the [Issue Tracker](http://github.com/ryanb/govsgo/issues) or fork the project and submit a pull request.

## Setup

Ruby 1.9.2 is required. If you're using RVM it should automatically switch to 1.9.2 when entering the directory.

Run the following commands to set it up. Note the [Homebrew](http://github.com/mxcl/homebrew) commands to install [GNU Go](http://www.gnu.org/software/gnugo/) and [Beanstalk](http://kr.github.com/beanstalkd/). You may want to use a different packaging system or install them from the source.
Run the following commands to set it up. Note the [Homebrew](http://github.com/mxcl/homebrew) command to install [GNU Go](http://www.gnu.org/software/gnugo/) and [Beanstalk](http://kr.github.com/beanstalkd/). You may want to use a different packaging system or install them from the source.

<pre>
bundle
Expand Down

0 comments on commit c4eda94

Please sign in to comment.