Skip to content

Commit d035c64

Browse files
committed
add some macOS installation notes
1 parent 4d15004 commit d035c64

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,16 @@ Options are saved between runs into `config/dockerfile.yml`. To invert a boolea
120120

121121
## Testing
122122

123+
Run:
124+
125+
Installation:
126+
127+
```
128+
brew install postgresql mysql zstd
129+
bundle config --local build.mysql2 "--with-opt-dir="$(brew --prefix zstd)""
130+
bundle install
131+
```
132+
123133
A single invocation of `rake test:all` will run all of the tests defined. dockerfile-rails has are three types of tests:
124134

125135
* `rake test:rubocop` runs [rubocop](https://github.com/rubocop/rubocop) using the same options as the Rails codebase.

0 commit comments

Comments
 (0)