Skip to content

Commit

Permalink
Add build and run instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Jan 25, 2013
1 parent f1d42d4 commit 058c106
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -6,3 +6,12 @@ by [@bskari](https://github.com/bskari). The tutorials:

* [Part 1](http://brskari.wordpress.com/2012/04/29/writing-a-basic-shell-using-flex-and-lemon-part-1/)
* [Part 2](http://brskari.wordpress.com/2012/04/30/writing-a-simple-shell-using-flex-and-lemon-part-2/)

To build it, run:

make
make

Then to run it:

./shell

0 comments on commit 058c106

Please sign in to comment.