Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bvanderveen committed Jan 11, 2012
1 parent 4ba615b commit d449377
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ MIT License. See LICENSE.txt.
# How to build

Kayak uses Rake, the Ruby build tool, to perform builds. Ruby must be installed on your system to build Kayak. The build script is known to work with Ruby 1.9.2, and depends on [Albacore](https://github.com/derickbailey/Albacore), a suite of Rake tasks for .NET.
Please make sure your github username and token are set before building or the submodules will fail to update. See http://help.github.com/set-your-user-name-email-and-github-token/ for more information

To build:

Expand All @@ -21,7 +20,7 @@ To build:
$ cd kayak
$ rake

**Note**: You can build Kayak from within your IDE, but you should run the build script first to bootstrap the source tree. The bootstrap process inits and updates some git submodules and downloads some binary dependencies from NuGet.org.
**Note**: You can build Kayak from within your IDE, but you should run the build script first to bootstrap the source tree. The bootstrap process inits and updates some git submodules and downloads some binary dependencies from NuGet.org. Please make sure your GitHub username and token are set before building or the submodules will fail to update. See [this guide](http://help.github.com/set-your-user-name-email-and-github-token/) for more information.

Submodules:

Expand Down

0 comments on commit d449377

Please sign in to comment.