diff --git a/docs/Brew-Test-Bot.md b/docs/Brew-Test-Bot.md index 00526fc66c..aab1ca3e4d 100644 --- a/docs/Brew-Test-Bot.md +++ b/docs/Brew-Test-Bot.md @@ -1,5 +1,8 @@ -# Brew Test Bot - +--- +title: Brew Test Bot +logo: https://brew.sh/assets/img/brewtestbot.png +image: https://brew.sh/assets/img/brewtestbot.png +--- `brew test-bot` is the name for the automated review and testing system funded by [our Kickstarter in 2013](https://www.kickstarter.com/projects/homebrew/brew-test-bot). diff --git a/docs/Homebrew-on-Linux.md b/docs/Homebrew-on-Linux.md index 73a134614f..6bf6d9e0e6 100644 --- a/docs/Homebrew-on-Linux.md +++ b/docs/Homebrew-on-Linux.md @@ -1,12 +1,11 @@ --- title: Homebrew on Linux +logo: https://brew.sh/assets/img/linuxbrew.png image: https://brew.sh/assets/img/linuxbrew.png redirect_from: - /Linux - /Linuxbrew --- -Linuxbrew logo - The Homebrew package manager may be used on Linux and [Windows Subsystem for Linux (WSL)](https://docs.microsoft.com/en-us/windows/wsl/about). Homebrew was formerly referred to as Linuxbrew when running on Linux or WSL. It can be installed in your home directory, in which case it does not use *sudo*. Homebrew does not use any libraries provided by your host system, except *glibc* and *gcc* if they are new enough. Homebrew can install its own current versions of *glibc* and *gcc* for older distributions of Linux. [Features](#features), [dependencies](#dependencies) and [installation instructions](#install) are described below. Terminology (e.g. the difference between a Cellar, Tap, Cask and so forth) is [explained in the documentation](Formula-Cookbook.md#homebrew-terminology).