Skip to content

Commit

Permalink
Add 'webrick' warning note to "Quickstart" Docs (#8727)
Browse files Browse the repository at this point in the history
Merge pull request 8727
  • Loading branch information
miguelbrandao committed Jul 22, 2021
1 parent ea535a9 commit bcaf878
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/_docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ bundle exec jekyll serve
```
6. Browse to [http://localhost:4000](http://localhost:4000){:target="_blank"}

{: .note .warning}
If you are using Ruby version 3.0.0 or higher, step 5 [may fail](https://github.com/github/pages-gem/issues/752). You may fix it by adding `webrick` to your dependencies: `bundle add webrick`

{: .note .info}
Pass the `--livereload` option to `serve` to automatically refresh the page with each change you make to the source files: `bundle exec jekyll serve --livereload`

Expand Down

0 comments on commit bcaf878

Please sign in to comment.