Skip to content

updated installation.md for instructions to install bundler

Matthias Käppler requested to merge github/fork/avinassh/patch-1 into master

Created by: avinassh

I followed the instructions as given. But when I ran :

sudo -u git -H bundle install --deployment --without development test mysql aws

I got :

sudo: bundle: command not found

Then I realized I did not have bundler installed and it should be mentioned in instructions.

Merge request reports