Skip to content

Commit c7cea84

Browse files
Add an instruction to install bundler
1 parent 585f93a commit c7cea84

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@ docker-compose up --build
3131

3232
### With Bundler:
3333

34+
Install bundler first:
35+
36+
```
37+
sudo gem install bundler
38+
```
39+
40+
Then:
41+
3442
```
3543
bundle install
3644
bundle exec jekyll serve --incremental

0 commit comments

Comments
 (0)