Skip to content

Commit 80456a7

Browse files
authored
Update installation instructions
Resolves #2075
1 parent 5b641f3 commit 80456a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: native-installation-instructions.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ brew install imagemagick
5555
Install the Gems:
5656
```bash
5757
gem install bundler
58-
bundle install --without production
58+
bundle config without production
59+
bundle install
5960
```
6061

6162
## Set up the Database

0 commit comments

Comments
 (0)