Skip to content

Commit

Permalink
Fix typo in bundle exec
Browse files Browse the repository at this point in the history
  • Loading branch information
mmistakes committed Jan 28, 2016
1 parent 38e69b4 commit afaa21d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme-setup/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ If you want to use So Simple with an existing Jekyll site follow these steps:

## 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.
>
Expand Down

0 comments on commit afaa21d

Please sign in to comment.