From 25033ee5e79836cffd63f990859cd2ac8778ece5 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 6 Jan 2021 16:45:10 -0800 Subject: [PATCH] Migrate away from pivotal-legacy/homebrew-tap Update reference documentation to the new spring-io/homebrew-tap repo. Closes gh-24659 --- .../spring-boot-docs/src/main/asciidoc/getting-started.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/getting-started.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/getting-started.adoc index 309b95a11451..826d30f41379 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/getting-started.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/getting-started.adoc @@ -291,8 +291,8 @@ If you are on a Mac and use https://brew.sh/[Homebrew], you can install the Spri [indent=0] ---- - $ brew tap pivotal/tap - $ brew install springboot + $ brew tap spring-io/tap + $ brew install spring-boot ---- Homebrew installs `spring` to `/usr/local/bin`.