Skip to content

Commit c0ea4a1

Browse files
Update readme to use serve so non html links work
1 parent 2171d83 commit c0ea4a1

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,13 @@ Open a command line in the root directory of the repository.
5757

5858
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.
5959

60-
Otherwise, run `bundle exec jekyll build` to build the site, this will produce a `_site` folder with the required content.
60+
Otherwise, run `bundle exec jekyll serve` to build the site, this will produce a `_site` folder with the required content and start a local server (usually at 127.0.0.1:4000)
6161

62-
>:Warning: do not edit anything in the site folder as it will not be comitted and is overwritten everytime you build the site.
62+
The site rebuilds after every change, so just refresh the page in your browser to see the changes.
6363

64-
To rebuild the site after a file change append `--watch` to the end of the command.
64+
>:Warning: do not edit anything in the site folder as it will not be comitted and is overwritten everytime you build the site.
6565
66-
e.g. `bundle exec jekyll build --watch`
6766

68-
Once you have a `_site` folder open the `index.html` file inside to view the site.
6967

7068
## Includes
7169

0 commit comments

Comments
 (0)