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:
- Open Terminal by pressing
<command+space>. Type terminal and hitEnterkey. - Execute the following command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null - Install bundler-completion using brew
brew install bundler-completion
bundler-completion is ready to use now!