diff --git a/versioned_docs/version-4.0.0/server/macos/installation.md b/versioned_docs/version-4.0.0/server/macos/installation.md index 0d9015525..89f4a5d44 100644 --- a/versioned_docs/version-4.0.0/server/macos/installation.md +++ b/versioned_docs/version-4.0.0/server/macos/installation.md @@ -2,7 +2,7 @@ id: installation title: macOS Installation sidebar_label: macOS -description: "Install Keploy on macOS with the one-click curl installer. Docker Desktop and Colima setups are also supported for eBPF testing." +description: "Install Keploy on macOS with the one-click curl installer or Homebrew. Docker Desktop and Colima setups are also supported for eBPF testing." tags: - hello-world - macos @@ -20,35 +20,40 @@ keywords: - guide - api - docker + - homebrew + - brew install keploy --- import HowTo from '@site/src/components/HowTo'; -The recommended way to install Keploy on macOS is the **one-click curl installer**. For users who need eBPF support, a [manual setup with Docker Desktop or Colima](#manual-setup) is also available. +There are two ways to install Keploy on macOS: + +1. **Recommended:** [One-click install](#one-click-install-keploy). +2. [Install with Homebrew](#install-with-homebrew). + +For users who need eBPF support, a [manual setup with Docker Desktop or Colima](#manual-setup) is also available. ## One-click install Keploy @@ -58,11 +63,8 @@ Run the following command in your terminal: curl --silent -O -L https://keploy.io/install.sh && source install.sh ``` - ## Manual Setup