Skip to content

Commit

Permalink
shortcutm for installing
Browse files Browse the repository at this point in the history
  • Loading branch information
rodber committed Feb 18, 2024
1 parent 0497275 commit b09d644
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions install/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <Badge text="recommended"/>

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
Expand Down

0 comments on commit b09d644

Please sign in to comment.