Skip to content

Commit d12d667

Browse files
committed
update README with bundle instructions
which work better
1 parent 92afb86 commit d12d667

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@ what where.
1313
# Quick local testing
1414

1515
```
16-
$ gem install jekyll kramdown github-pages
16+
gem install bundler
17+
bundle install
1718
```
1819

1920
cd into the root of this directory,
2021

2122
```
22-
jekyll serve --baseurl ''
23+
bundle exec jekyll serve --baseurl ''
2324
```
2425

2526
Open your browser to localhost:4000

0 commit comments

Comments
 (0)