Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dldx/hpstr-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Rose <est.michael@gmail.com>2016-01-28 18:49:37 +0300
committerMichael Rose <est.michael@gmail.com>2016-01-28 18:49:37 +0300
commit17de6b7082495a84919e8423de950d4cc725c879 (patch)
treea4729b9924c7ebdfb6d7173f5698b00523a9b6c3
parent28117f7ae0c23670d6f8a9e28e2a3a89baaff54d (diff)
Fix typo in `bundle exec`
-rw-r--r--theme-setup/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme-setup/index.md b/theme-setup/index.md
index ca35820..20b8d4f 100644
--- a/theme-setup/index.md
+++ b/theme-setup/index.md
@@ -79,7 +79,7 @@ paginate: 5
## 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.
>