Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit 3f52bd7

Browse files
committed
adding information about dependencies and where to find the tool once the scripts have run
1 parent 58ebb65 commit 3f52bd7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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)