diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-02-11 09:18:33 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-02-11 09:18:33 +0100 |
| commit | 62d9c9d2429b6f382d46b6649612553d40ecf618 (patch) | |
| tree | 8ff0c8777a308764ff2db8c7f25fe52da88a00ae | |
| parent | a013debf833f847a4214a49bc0d5713629bfb772 (diff) | |
Edit README.md
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -32,13 +32,13 @@ More precisely it: To run reX in qemu simply type -``` +```sh $ make qemu ``` If you want to run it in the nographics mode run -``` +```sh $ make qemu-nographic ``` |