Colin Dean 1ad0f550b1 Adds post-installation steps to installation with extend version in tips
Inspired by @jvns' [post][1], I realized that I've had this problem on multiple teams, where someone missed the step at the end and didn't know how to recover. Typically, I've provided a version like what I've added to the Tips 'n' Tricks page so that I didn't have to think about what OS-arch pair my users are using.

I've tested the loader added to tips and tricks with both bash and zsh and it passes both shellcheck and shfmt in posix mode.

[1]: https://mastodon.social/@b0rk@jvns.ca/113997565198024027
2025-02-13 19:50:10 +00:00
..
2024-03-31 21:46:25 +02:00
2024-06-13 09:55:31 +01:00
2024-06-13 09:55:31 +01:00
2021-12-02 22:58:31 -05:00
2024-06-14 12:22:02 +01:00
2025-02-08 14:43:49 +00:00
2017-01-04 10:53:21 +00:00
2025-02-08 14:43:49 +00:00
2025-02-08 14:43:49 +00:00
2024-06-13 09:55:31 +01:00
2025-02-08 14:43:49 +00:00
2025-02-08 14:43:49 +00:00
2025-02-08 14:43:49 +00:00
2025-02-08 14:43:49 +00:00
2025-02-09 00:11:25 +00:00
2025-02-08 14:43:49 +00:00
2025-02-08 14:43:49 +00:00
2025-02-08 14:43:49 +00:00
2017-07-02 15:09:26 +01:00
2025-02-08 14:43:49 +00:00

last_review_date
last_review_date
1970-01-01

Homebrew Docs

These are the source files for the Homebrew documentation site.

A GitHub Action is run to validate each change before the site is deployed to GitHub Pages.

Usage

Open https://docs.brew.sh in your web browser.

To instead generate the site locally, available on localhost:4000, run:

cd `brew --repository`/docs
bundle install
bundle exec jekyll serve --watch