Skip to content

bundle exec in readme

Alessio Caiazza requested to merge (removed):patch-2 into master

Depending on your ruby setup jekyll may not be on your$PATH right after you run bundle install (eg. it may require a rbenv rehash).

Running bundle exec jekyll serve will always work regardless of the way ruby was installed.

Merge request reports