Skip to content

Commit 91a12c1

Browse files
authored
Merge pull request #106 from codiini/patch-1
Update README.md to include server auto reload flag
2 parents 60e556f + 3e72ae1 commit 91a12c1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ bundle exec jekyll build
3737
```sh
3838
bundle exec jekyll serve
3939
```
40+
```sh
41+
## To live reload changes
42+
bundle exec jekyll serve --livereload
43+
```
4044

4145
## (Bonus) if you will build using Jekyll but deploy to a different server with a script interpreter
4246

0 commit comments

Comments
 (0)