File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,13 +49,13 @@ Use [this guide](https://jekyllrb.com/docs/installation/) to setup Jekyll for yo
4949
5050Open 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
5656To 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
6060Once you have a ` _site ` folder open the ` index.html ` file inside to view the site.
6161
You can’t perform that action at this time.
0 commit comments