Skip to content

Commit

Permalink
win32
Browse files Browse the repository at this point in the history
  • Loading branch information
rodber committed Jan 20, 2024
1 parent e4f6678 commit fd97b2e
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 13 deletions.
8 changes: 7 additions & 1 deletion install/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# Installation

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.

## Self-contained binary <Badge text="recommended"/>

Download latest `xrdebug` binary for your operating system and CPU architecture.

### macOS

xrDebug package for macOS includes a GUI install wizard. Open the `.pkg` file to start the installation.

| CPU | Download |
| ------- | ---------------------------------------------------------------------------------------------------------------- |
| Silicon | [xrdebug-macos-arm64.pkg](https://github.com/xrdebug/xrdebug/releases/latest/download/xrdebug-macos-arm64.pkg) |
Expand All @@ -31,7 +35,9 @@ open xrdebug-macos-x86_64.pkg
</code-group>
:::

### Linux
### Linux & Windows WSL

Download the `.tar.gz` file for your CPU architecture and extract it to a directory in your `PATH`.

| CPU | Download |
| ------- | ------------------------------------------------------------------------------------------------------------------------ |
Expand Down
14 changes: 12 additions & 2 deletions run/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,23 @@ sidebar: false

# Run

To run xrDebug execute:
To run xrDebug execute from terminal:

<code-group>
<code-block title="macOS/Linux">
```sh
xrdebug <options>
```
</code-block>

> (*) Command location may vary depending on your [installation](../introduction/installation.md).
<code-block title="Windows">
```sh
wsl ./xrdebug <options>
```
</code-block>
</code-group>

> (*) Where `xrdebug` and `./xrdebug` reflect the path to the executable file from [install](../install/).
## Options

Expand Down
5 changes: 0 additions & 5 deletions run/naming.php

This file was deleted.

5 changes: 0 additions & 5 deletions run/sorting.php

This file was deleted.

0 comments on commit fd97b2e

Please sign in to comment.