Created
May 20, 2016 06:39
-
-
Save moriko-o/a1e64fd76ea00d529bbf016fcca3af61 to your computer and use it in GitHub Desktop.
project下にgemをインストールする手順
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # project下にgemをインストールする手順 | |
| # プロジェクトフォルダ直下に移動 | |
| $ bundle init | |
| Writing new Gemfile to /Users/kashiwabara/archive/project/chitei-lp/Gemfile | |
| # Gemfileをエディタで開いて編集 | |
| 例) | |
| # Middleman Gems | |
| gem 'middleman', '>= 4.0.0' | |
| $ bundle install --path vendor/bundle |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment