~xdavidwu/xdavidwu.link

e5ba10ee7dd12b8b2ab262bee1f54f6faf61ad58 — Michael Rose 8 years ago 6c71841 + 19806e1
Merge pull request #216 from localstatic/setup-doc-fix

Fix typo in `bundle exec` command
1 files changed, 1 insertions(+), 1 deletions(-)

M theme-setup/index.md
M theme-setup/index.md => theme-setup/index.md +1 -1
@@ 38,7 38,7 @@ If you want to use Minimal Mistakes with an existing Jekyll site follow these st

## Running Jekyll

If `jekyll build` and `jekyll serve` throw errors you may have to run Jekyll with `bundled exec` instead.
If `jekyll build` and `jekyll serve` throw errors you may have to run Jekyll with `bundle exec` instead.

> In some cases, running executables without bundle exec may work, if the executable happens to be installed in your system and does not pull in any gems that conflict with your bundle.
>