Skip to content

Commit

Permalink
Merge pull request #453 from ydah/use-bundler
Browse files Browse the repository at this point in the history
chore: Change rake command to use bundle exec in README
  • Loading branch information
ydah authored Jun 27, 2024
2 parents 09bb79e + 1f05170 commit 1137995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,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.
Expand Down

0 comments on commit 1137995

Please sign in to comment.