Skip to content

Commit

Permalink
Add "how to build the doc ?"
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed Nov 27, 2011
1 parent 0bfcb11 commit 8f2b027
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
@@ -1,8 +1,24 @@

# the ooc language

In progress, send feedback to amos@ofmlabs.org and mention 'ooc' in the subject.
## status

**In progress**, send feedback to amos@ofmlabs.org and mention 'ooc' in the subject.

Thanks a lot =)

Amos Wenger aka [@nddrylliog](http://twitter.com/nddrylliog)

## how to build the doc ?

Easy,

$ make

will generate a single-page, HTML version of the documentation.

Then,

$ make publish

will switch to the `gh-pages` branch, commit the modifications and push the commits to `origin` (which may be your forked repository).

0 comments on commit 8f2b027

Please sign in to comment.