commit
828ed1d6c6
@ -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
|
`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).
|
by [our Kickstarter in 2013](https://www.kickstarter.com/projects/homebrew/brew-test-bot).
|
||||||
|
|
||||||
|
|||||||
@ -1,12 +1,11 @@
|
|||||||
---
|
---
|
||||||
title: Homebrew on Linux
|
title: Homebrew on Linux
|
||||||
|
logo: https://brew.sh/assets/img/linuxbrew.png
|
||||||
image: https://brew.sh/assets/img/linuxbrew.png
|
image: https://brew.sh/assets/img/linuxbrew.png
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /Linux
|
- /Linux
|
||||||
- /Linuxbrew
|
- /Linuxbrew
|
||||||
---
|
---
|
||||||
<img src="https://brew.sh/assets/img/linuxbrew.png" alt="Linuxbrew logo" style="min-width:128px" height="128" width="128">
|
|
||||||
|
|
||||||
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.
|
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).
|
[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).
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user