# tuna and WampServer

## Step 1. Download the client

Instructions are available on the [installation page](https://tuna.am/en/docs/guides/install.md).

## Step 2. Run WampServer

## Step 3. Run tuna

No special settings are required, but for correct request routing, you will need to pass the `Host` header, for example:

```shell
tuna http --request-header="host:tuna.am" 80

```
