Skip to content

Commit 9e87b12

Browse files
authored
Merge pull request #1386 from anatoliykmetyuk/install-bundler-instruction
Add an instruction to install bundler in the README
2 parents 585f93a + c7cea84 commit 9e87b12

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)