Suggesting the use of local gems, as they're actually cleanable

This commit is contained in:
Igor Santos
2016-11-13 19:15:17 -02:00
parent 1a6491a28d
commit 7ac8978a42
3 changed files with 4 additions and 2 deletions

View File

@@ -66,7 +66,7 @@ included in the project:
```bash
# Install the needed gems through Bundler
bundle install
bundle install --path vendor/bundle
# Run the local server
bundle exec jekyll serve
```