From b09d644876caaa8b7048be83d892ef3af35fd460 Mon Sep 17 00:00:00 2001 From: Rodolfo Berrios <20590102+rodber@users.noreply.github.com> Date: Sun, 18 Feb 2024 10:39:28 -0300 Subject: [PATCH] shortcutm for installing --- install/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/install/README.md b/install/README.md index 58dfb4b..612a8c5 100644 --- a/install/README.md +++ b/install/README.md @@ -6,8 +6,18 @@ sidebarDepth: 2 xrDebug is available as a self-contained binary, PHAR file, Composer package, Docker image, and source code. See [run](../run/README.md) for instructions on how to run the software. +xrDebug is available for macOS, Linux, and Windows WSL. + ## Self-contained binary +Download latest `xrdebug` binary by running the following command in your terminal, it detects your operating system and CPU architecture: + +```sh +bash <(curl -sL xrdebug.com/bin.sh) +``` + +## Self-contained binary (manual) + Download latest `xrdebug` binary for your operating system and CPU architecture. ### macOS