Skip to content

Commit c10f2cd

Browse files
Modifying the readme to include the new jekyll command
1 parent 4d04872 commit c10f2cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ Use [this guide](https://jekyllrb.com/docs/installation/) to setup Jekyll for yo
4949

5050
Open a command line in the root directory of the repository
5151

52-
Run `jekyll build` to build the site, this will produce a `_site` folder with the required content
52+
Run `bundle exec jekyll build` to build the site, this will produce a `_site` folder with the required content
5353

5454
>:Warning: do not edit anything in the site folder as it will not be comitted and is overwritten everytime you build the site.
5555
5656
To rebuild the site after a file change append `--watch` to the end of the command.
5757

58-
e,g. `jekyll build --watch`
58+
e.g. `bundle exec jekyll build --watch`
5959

6060
Once you have a `_site` folder open the `index.html` file inside to view the site.
6161

0 commit comments

Comments
 (0)