Skip to content

Commit 9e2aca9

Browse files
Gemfile: add webrick
1 parent 825e7e9 commit 9e2aca9

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ gem "yard-sorbet"
77

88
group :test do
99
gem "rake"
10+
gem "webrick"
1011
end

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ bundle install
1717
bundle exec jekyll serve --source docs
1818
```
1919

20+
To regenerate the RubyDoc on each request to <http://localhost:8808>, run:
21+
22+
```bash
23+
cd `brew --repo`/Library/Homebrew
24+
yard server --reload
25+
```
26+
2027
## License
2128

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

0 commit comments

Comments
 (0)