Skip to content

Commit

Permalink
Using bundler on install procedure instead of pure gems
Browse files Browse the repository at this point in the history
  • Loading branch information
igorsantos07 committed Feb 16, 2016
1 parent bbba054 commit 6b79fbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Expand Up @@ -65,8 +65,8 @@ included in the project:
4. Install the [Jekyll](https://github.com/jekyll/jekyll/) gem and dependencies to preview locally:

```bash
# Install the needed gems
gem install jekyll jekyll-sitemap pygments.rb
# Install the needed gems through Bundler
bundle install
# Build and open _site/index.html in your browser...
jekyll build [--watch]
# ...or run a local server to easily develop:
Expand Down
3 changes: 0 additions & 3 deletions Gemfile.lock
Expand Up @@ -124,6 +124,3 @@ PLATFORMS

DEPENDENCIES
github-pages

BUNDLED WITH
1.10.6

0 comments on commit 6b79fbf

Please sign in to comment.