Skip to content

Commit

Permalink
Merge pull request #2130 from codebar/update-bundler-without-instruct…
Browse files Browse the repository at this point in the history
…ions

Update installation instructions
  • Loading branch information
matyikriszta authored Nov 11, 2024
2 parents 10706a8 + 80456a7 commit db7c01e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion native-installation-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ brew install imagemagick
Install the Gems:
```bash
gem install bundler
bundle install --without production
bundle config without production
bundle install
```

## Set up the Database
Expand Down

0 comments on commit db7c01e

Please sign in to comment.