diff --git a/README.md b/README.md index 6bfdd7c..38a7acb 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,10 @@ quickly test an endpoint that is not setup to CORS in a CORS fashion. # Usage Right now use it by filling out `config.yaml` with the appropriate options (See configuration) -and running the server, e.g. `python xorigin`. +and running the server, e.g. `python xorigin`. Alternatively, you can unzip the +latest [release](https://github.com/experianplc/xorigin/releases) and run `xorigin.exe` +after filling out `config.yaml` and putting it in the same directory as `xorigin.exe`. + # Configuration `config.yaml` has a few options: @@ -26,4 +29,5 @@ and running the server, e.g. `python xorigin`. `ENDPOINT_PORT`: The port of the endpoint (e.g. 80). -`HEADERS`: Any headers you want the server to include when proxying. +`HEADERS`: Any headers you want the server to include when proxying. By default this +includes headers for aiding with cross origin requests.