Skip to content

Commit d3e6274

Browse files
akmalickvsoch
andauthored
MODIFY : Modifies README to add workaround for missing webrick dependency error during jekyll serve (#49)
* MODIFY : Modifies README to add workaround for missing webrick dependency juring jekyll serve Co-authored-by: Vanessasaurus <[email protected]>
1 parent a3e309e commit d3e6274

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ jekyll serve
5353
bundle exec jekyll serve
5454
```
5555

56+
**NOTE:** If the above serve command throws an error saying `require': cannot load such file -- webrick (LoadError)` try to run `bundle add webrick` to automatically add the webrick gem to your Gemfile, or manually add `gem "webrick"` line to the Gemfile and then run the serve command again.
57+
58+
5659
### 5. Run as a container in dev or prod
5760

5861
#### Software Dependencies

0 commit comments

Comments
 (0)