diff --git a/guides/installation.md b/guides/installation.md index 31275e6..6134631 100644 --- a/guides/installation.md +++ b/guides/installation.md @@ -61,21 +61,12 @@ Installing Amber with these package managers also installs Crystal. - Homebrew ```text + brew tap amberframework/amber brew install amber ``` - If you have previously installed amber with `brew`, you may need to uninstall and untap it: - - ```text - brew uninstall amberframework/amber/amber - brew untap amberframework/amber - ``` - - MacPorts ```text sudo port install amber ``` - - -