Skip to content

Commit e7438db

Browse files
committed
Jekyll must be run with "bundle exec" command
1 parent d14f6c1 commit e7438db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Assuming you're already within your project's clone directory, and you've alread
107107

108108
Use the `--watch` flag to pick up changes to files as you make them, allowing you a nice edit-and-refresh workflow.
109109

110-
jekyll serve --watch
110+
bundle exec jekyll serve --watch
111111

112112
> **Important:** Because the `baseurl` is set explicitly within your project's `_config.yml` file, you'll need to fully-qualify the URL to view your project. For example, if your project is named "spring-xyz", your URL when running Jekyll locally will be <http://localhost:4000/spring-xyz/>. Don't forget the trailing slash! You'll get a 404 without it.
113113

0 commit comments

Comments
 (0)