Skip to content

Commit f247a0c

Browse files
Add 'bundle pack' command guidance to readme
1 parent f2044eb commit f247a0c

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,19 @@ Quoted from https://jekyllrb.com/docs/
4343

4444
## Jekyll setup
4545

46-
Use [this guide](https://jekyllrb.com/docs/installation/) to setup Jekyll for your operating system.
46+
If you're familiar with Ruby gems, run the following:
47+
`gem install bundle`
48+
`gem install jekyll`
49+
50+
If this is your first time using Ruby or gems, use [this guide](https://jekyllrb.com/docs/installation/) to setup Jekyll for your operating system.
4751

4852
## Building the site
4953

50-
Open a command line in the root directory of the repository
54+
Open a command line in the root directory of the repository.
55+
56+
If this is the first time you have built the site, make sure you have run `bundle pack` before attempting to build the site using jekyll.
5157

52-
Run `bundle exec jekyll build` to build the site, this will produce a `_site` folder with the required content
58+
Otherwise, run `bundle exec jekyll build` to build the site, this will produce a `_site` folder with the required content.
5359

5460
>:Warning: do not edit anything in the site folder as it will not be comitted and is overwritten everytime you build the site.
5561

0 commit comments

Comments
 (0)