Skip to content

Commit 971a054

Browse files
authored
Merge pull request #490 from tucksaun/feat/autocomplete-instructions-homebrew
Show autocomplete instructions when installing via Homebrew
2 parents 570fd66 + e9aa237 commit 971a054

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.goreleaser.yml

+5
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,11 @@ brews:
9999
goarm: "6"
100100
homepage: https://symfony.com
101101
description: Symfony CLI helps Symfony developers manage projects, from local code to remote infrastructure
102+
caveats: |-
103+
To install shell completions, add this to your profile:
104+
if command -v symfony &>/dev/null; then
105+
eval "$(symfony completion)"
106+
fi
102107
license: AGPL-3.0
103108
test: |
104109
system "#{bin}/symfony version"

0 commit comments

Comments
 (0)