Steps To Install XYZ on Mac

Package Information:

Name: bundler-completion
Use: Command-line completion for Ruby-related commands under Bash: rake, gem, rails, ruby, jruby
URL: https://github.com/mernen/completion-ruby

Installation Steps:

  1. Open Terminal by pressing <command+space>. Type terminal and hit Enter key.
  2. Execute the following command

    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install bundler-completion using brew
    brew install bundler-completion

bundler-completion is ready to use now!