Skip to content

Commit

Permalink
chore: Change rake command to use bundle exec in README
Browse files Browse the repository at this point in the history
The rake command for building the parser was updated to use `bundle exec` to ensure it runs in the correct gem environment.
  • Loading branch information
ydah committed Jun 27, 2024
1 parent cac17e2 commit 1f05170
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 @@ -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.
Expand Down

0 comments on commit 1f05170

Please sign in to comment.