We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 825e7e9 commit 9e2aca9Copy full SHA for 9e2aca9
Gemfile
@@ -7,4 +7,5 @@ gem "yard-sorbet"
7
8
group :test do
9
gem "rake"
10
+ gem "webrick"
11
end
README.md
@@ -17,6 +17,13 @@ bundle install
17
bundle exec jekyll serve --source docs
18
```
19
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
27
## License
28
29
Code is under the [BSD 2-clause "Simplified" License](LICENSE.txt).
0 commit comments