From 09dcdc2a6b86df92409c7c5865f48063d4680a90 Mon Sep 17 00:00:00 2001 From: Adrian Ho Date: Mon, 27 Jul 2020 15:23:21 +0800 Subject: [PATCH] README.md: Add link to Homebrew blog Inspired by https://github.com/Homebrew/brew/issues/8096 and https://github.com/Homebrew/brew/pull/8098. I think the blog is an important way for regular users to keep up-to-date with Homebrew evolution, so it deserves an entry in the main docs page. Update docs/README.md Co-authored-by: Mike McQuaid --- docs/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/README.md b/docs/README.md index 8e68784ef0..7d81c0ba77 100644 --- a/docs/README.md +++ b/docs/README.md @@ -3,6 +3,7 @@ ## Users - [`brew` man-page (command documentation)](Manpage.md) +- [Homebrew Blog (news on major updates)](https://brew.sh/blog/) - [Troubleshooting](Troubleshooting.md) - [Installation](Installation.md) - [Frequently Asked Questions](FAQ.md)