Skip to content

Commit 9d6ab54

Browse files
authored
docs: Add brew upgrade instructions (#219)
Adds brew upgrade instructions to the official docs. Signed-off-by: Marc Lopez <marc5.12@outlook.com>
1 parent d743d9b commit 9d6ab54

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/ecctl-getting-started.asciidoc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,18 @@ Updating Homebrew...
4444

4545
NOTE: To get autocompletions working make sure to run `source <(ecctl generate completions)`. If you prefer to add to your shell interpreter configuration file run `echo "source <(ecctl generate completions)" >> ~/.bash_profile` or `echo "source <(ecctl generate completions)" >> ~/.zshrc`.
4646

47+
[float]
48+
[id="{p}-upgrading-macos"]
49+
=== Upgrade on macOS
50+
51+
To upgrade {p} via brew:
52+
53+
[source]
54+
----
55+
$ brew upgrade ecctl
56+
57+
----
58+
4759
////
4860
[float]
4961
[id="{p}-installing-linux"]

0 commit comments

Comments
 (0)