Skip to content

Commit

Permalink
Merge pull request #4384 from larry-reid-shopify/patch-1
Browse files Browse the repository at this point in the history
Add `rake compile` to set-up instructions
  • Loading branch information
rmosolgo committed Mar 14, 2023
2 parents 86b75b4 + 3813c25 commit 98f529a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions guides/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Then, install the dependencies:

- Install SQLite3 and MongoDB (eg, `brew install sqlite && brew tap mongodb/brew && brew install mongodb-community`)
- `bundle install`
- `rake compile # If you get warnings at this step, you can ignore them.`
- Optional: [Ragel](https://www.colm.net/open-source/ragel/) is required to build the lexer

## Running the Tests
Expand Down

0 comments on commit 98f529a

Please sign in to comment.