diff options
author | vimene <vincent.menegaux@gmail.com> | 2023-11-30 04:31:14 +0100 |
---|---|---|
committer | vimene <vincent.menegaux@gmail.com> | 2023-11-30 04:31:14 +0100 |
commit | 71bc6a2f1d1d2d23c8fd9a52ded5d8669703a95e (patch) | |
tree | f04a7b60068c62cc9ca2222ed2585e19773c2c51 /README.md | |
parent | 39b8d5d20f668e1248257feedc6c948d8cfad415 (diff) | |
download | engine-71bc6a2f1d1d2d23c8fd9a52ded5d8669703a95e.tar.gz |
fixed README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -26,6 +26,7 @@ You can run tests: ### Running -Usage: - - ./engine + Usage: ./engine [-tg] [--term] [--graphical] + -h, --help show usage (this) + -t, --term terminal mode + -g, --graphical graphical mode (default) |