update readme with advice

This commit is contained in:
Corwin Kuiper 2021-07-03 18:40:16 +01:00
parent 23c1c9ab08
commit 492b1f237d

View file

@ -27,7 +27,9 @@ is needed to improve the documentation.
## Test Requirements
* mgba 0.9.X
* libelf
* Debian and derivatives: `sudo apt install libelf-dev`
* Arch Linux and derivatives: `pacman -S libelf`
* mgba-test-runner
* Run `cargo install --path mgba-test-runner` inside this directory