Skip to content

Commit 1137995

Browse files
authored
Merge pull request #453 from ydah/use-bundler
chore: Change rake command to use bundle exec in README
2 parents 09bb79e + 1f05170 commit 1137995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ This also requires Lrama to be able to run with only default gems because BASERU
9696
### How to generate parser.rb
9797

9898
```shell
99-
$ rake build:parser
99+
$ bundle exec rake build:parser
100100
```
101101

102102
`parser.rb` is generated from `parser.y` by Racc.

0 commit comments

Comments
 (0)