Skip to content

Commit

Permalink
Merge pull request #615 from EricFromCanada/master
Browse files Browse the repository at this point in the history
Gemfile: add webrick
  • Loading branch information
MikeMcQuaid committed May 10, 2024
2 parents 0feede3 + 0877cd9 commit e92e570
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ gem "yard-sorbet"

group :test do
gem "rake"
gem "webrick"
end
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ bundle install
bundle exec jekyll serve --source docs
```

To regenerate the RubyDoc on each request to <http://localhost:8808>, run:

```bash
cd `brew --repo`/Library/Homebrew
yard server --reload
```

## License

Code is under the [BSD 2-clause "Simplified" License](LICENSE.txt).

0 comments on commit e92e570

Please sign in to comment.