Install bundler on Mac.
MacにBundlerをインストールします。
setup-bundler
is CLI Bundler install tool for Mac. Take over the installation of rbenv
and the setting of bash_profile
.
setup-bundler
は、Mac用のCLIによるBundlerインストールツールです。rbenv
のインストールや bash_profile
の設定を肩代わりします。
- Clone
setup-bundler
to any directory.
任意のディレクトリにsetup-bundler
をクローンします。
$ cd ~/GitHub
$ git clone https://github.com/earleyjp/setup-bundler
I have created a directory called GitHub
at HOME, so I am clone there.
私はホームに GitHub
というディレクトリを作成してあるので、そこにクローンしています。
- Setup Bundler.
Bundlerをセットアップします。
$ ~/GitHub/setup-bundler/setup.sh