aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/FAQ.md7
-rw-r--r--docs/css/screen.scss4
2 files changed, 4 insertions, 7 deletions
diff --git a/docs/FAQ.md b/docs/FAQ.md
index 4fe11530e..23f53d54c 100644
--- a/docs/FAQ.md
+++ b/docs/FAQ.md
@@ -89,16 +89,13 @@ following conditions:
will use a bottled version of the formula, but
`brew install <formula> --enable-bar` will trigger a source build.
* The `--build-from-source` option is invoked.
-* The environment variable `HOMEBREW_BUILD_FROM_SOURCE` is set.
+* The environment variable `HOMEBREW_BUILD_FROM_SOURCE` is set
+(intended for developers only).
* The machine is not running a supported version of macOS as all
bottled builds are generated only for supported macOS versions.
* Homebrew is installed to a prefix other than the standard
`/usr/local` (although some bottles support this).
-In order to completely disable bottled builds, simply add a value for
-the environment variable `HOMEBREW_BUILD_FROM_SOURCE` to
-your profile.
-
We aim to bottle everything.
## How do I get a formula from someone else’s branch?
diff --git a/docs/css/screen.scss b/docs/css/screen.scss
index 5acdf4657..d81a1f858 100644
--- a/docs/css/screen.scss
+++ b/docs/css/screen.scss
@@ -111,7 +111,7 @@ html {
margin: 0;
padding: 0;
font-size: 62.5%;
- font-family: "-apple-system", "BlinkMacSystemFont", "Helvetica Neue", "Roboto", "sans-serif";
+ font-family: "-apple-system", "BlinkMacSystemFont", "Helvetica Neue", "Roboto", sans-serif;
height: 100%;
}
@@ -176,7 +176,7 @@ pre {
@include border-radius(0.4em);
overflow-x: auto;
code {
- font-family: "Monaco", "Menlo", "monospace";
+ font-family: "Monaco", "Menlo", monospace;
font-size: 11px;
line-height: 1.6;
}