From f3ddf8937ceb17b0238b8dc07f5828f6234565ae Mon Sep 17 00:00:00 2001 From: Eric Knibbe Date: Thu, 13 Jun 2024 10:28:04 -0400 Subject: [PATCH] README: update instructions --- .gitignore | 2 +- README.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e60dee1f6..c9d56a61b 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,4 @@ Gemfile.lock # Exclude the generated site files docs/ !docs/_config.yml -!docs/CNAME \ No newline at end of file +!docs/CNAME diff --git a/README.md b/README.md index 50ece0a7c..37a91149b 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,14 @@ A [GitHub Action](https://github.com/Homebrew/rubydoc.brew.sh/blob/master/.githu Open in your web browser. -To instead run Homebrew RubyDoc locally, run: +To instead run Homebrew RubyDoc locally at , run: ```bash git clone https://github.com/Homebrew/rubydoc.brew.sh cd rubydoc.brew.sh bundle install +ln -s $(brew --repo) brew +bundle exec rake yard bundle exec jekyll serve --source docs ```