From e32d5b21a2ef921368ef98f393f91d6abdb2ae8b Mon Sep 17 00:00:00 2001 From: Gregory Brown Date: Wed, 14 May 2014 12:23:40 -0400 Subject: [PATCH] Update samples README for part 3 --- samples/part3/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/samples/part3/README.md b/samples/part3/README.md index 6dba83d..5e186aa 100644 --- a/samples/part3/README.md +++ b/samples/part3/README.md @@ -3,3 +3,5 @@ To compile and run the calculator, run `rake` or `rake run`. To compile the calculator without running it, run `rake compile`. The grammer file is in `calc.y`, which will generate a `calc.rb` file. + +**NOTE: Be sure to install the `racc` gem if you haven't already!**