Update README

This commit is contained in:
Tony Garnock-Jones 2014-05-23 12:24:38 -04:00
parent 903aa1168b
commit e9bb82743d
1 changed files with 6 additions and 5 deletions

View File

@ -12,10 +12,9 @@ low-priority right now. Patches welcome!
## How to compile and run the code
You will need the latest **prerelease** version of Racket. Any version
newer than or equal to Racket 5.3.4.10 should work. Nightly-build
installers for Racket can be downloaded
[here](http://pre.racket-lang.org/installers/).
You will need the latest version of Racket. Any version newer than or
equal to Racket 6.0 should work. Racket releases can be downloaded
[here](http://download.racket-lang.org/).
Once you have Racket installed,
@ -41,9 +40,11 @@ You can try out the service with
dig @localhost -p 5444 localhost.example
To enable debug output, try
To enable debug output, set the `MATRIX_LOG` environment variable to
`info`:
MATRIX_LOG=info DNSPORT=5444 racket driver.rkt
MATRIX_LOG=info DNSPORT=5444 racket proxy.rkt
## Copyright and License