Using bundler on install procedure instead of pure gems

This commit is contained in:
Igor Santos
2016-02-15 22:53:57 -02:00
parent bbba0549f7
commit 6b79fbf477
2 changed files with 2 additions and 5 deletions

View File

@@ -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:

View File

@@ -124,6 +124,3 @@ PLATFORMS
DEPENDENCIES
github-pages
BUNDLED WITH
1.10.6