From 0f65c5bdc16e578eef36d61e0c26d6b701790d48 Mon Sep 17 00:00:00 2001
From: JakeConnors376W <46732192+JakeConnors376W@users.noreply.github.com>
Date: Mon, 4 Mar 2019 11:05:31 -0800
Subject: [PATCH 1/3] Improve wording
---
docs/Installation.md | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/docs/Installation.md b/docs/Installation.md
index 85a5ec5e9d..5103e66e00 100644
--- a/docs/Installation.md
+++ b/docs/Installation.md
@@ -1,7 +1,6 @@
# Installation
-The supported and best way to install Homebrew is on the
-[homepage](https://brew.sh).
+Instructions for installing Homebrew are on the [homepage](https://brew.sh).
This script installs Homebrew to `/usr/local` so that
[you don’t need sudo](FAQ.md#why-does-homebrew-say-sudo-is-bad) when you
@@ -11,7 +10,7 @@ it does it too. You have to confirm everything it will do before it starts.
## macOS Requirements
-* An 64-bit Intel CPU [1](#1)
+* A 64-bit Intel CPU [1](#1)
* macOS 10.12 (or higher) [2](#2)
* Command Line Tools (CLT) for Xcode: `xcode-select --install`,
[developer.apple.com/downloads](https://developer.apple.com/downloads) or
From ebe7deac956c6a2d81ff11999efaed2cb2307352 Mon Sep 17 00:00:00 2001
From: JakeConnors376W <46732192+JakeConnors376W@users.noreply.github.com>
Date: Tue, 5 Mar 2019 09:45:54 -0800
Subject: [PATCH 2/3] Update Installation.md
---
docs/Installation.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/Installation.md b/docs/Installation.md
index 5103e66e00..e960471bad 100644
--- a/docs/Installation.md
+++ b/docs/Installation.md
@@ -1,6 +1,6 @@
# Installation
-Instructions for installing Homebrew are on the [homepage](https://brew.sh).
+Official instructions for installing Homebrew are on the [homepage](https://brew.sh).
This script installs Homebrew to `/usr/local` so that
[you don’t need sudo](FAQ.md#why-does-homebrew-say-sudo-is-bad) when you
From 8f4301fa69e8168d286d46d83172ea775b907a5c Mon Sep 17 00:00:00 2001
From: JakeConnors376W <46732192+JakeConnors376W@users.noreply.github.com>
Date: Tue, 5 Mar 2019 11:44:10 -0800
Subject: [PATCH 3/3] Update Installation.md
---
docs/Installation.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/Installation.md b/docs/Installation.md
index e960471bad..bf3d07ffe7 100644
--- a/docs/Installation.md
+++ b/docs/Installation.md
@@ -1,6 +1,6 @@
# Installation
-Official instructions for installing Homebrew are on the [homepage](https://brew.sh).
+Instructions for a supported install of Homebrew are on the [homepage](https://brew.sh).
This script installs Homebrew to `/usr/local` so that
[you don’t need sudo](FAQ.md#why-does-homebrew-say-sudo-is-bad) when you