Skip to content

Commit e19f3ab

Browse files
author
Tim Berglund
committed
Merge pull request github#236 from lornajane/README-additions
adding information about dependencies and where to find the site after setup
2 parents ca5b9f5 + 3f52bd7 commit e19f3ab

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ The majority of these materials will be in [Markdown](http://whatismarkdown.com)
2525

2626
## Developing
2727

28+
To get started, you'll need a recent version of Ruby (we use 1.9.3), with rubygems and the Bundler and Jekyll gems installed (you may well have these already).
29+
2830
Then:
2931

3032
``` bash
@@ -33,3 +35,5 @@ cd teach.github.com
3335
script/setup
3436
script/server
3537
```
38+
39+
Your own copy of teach.github.com will now exist at [localhost:4000](http://localhost:4000).

0 commit comments

Comments
 (0)