diff --git a/README.md b/README.md index 2bbab910..87104f28 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ This also requires Lrama to be able to run with only default gems because BASERU ### How to generate parser.rb ```shell -$ rake build:parser +$ bundle exec rake build:parser ``` `parser.rb` is generated from `parser.y` by Racc.