diff options
author | Stephen Enders <84310577289916ceefd4132143fb36b63a5f0c71> | 2022-06-24 21:36:16 -0400 |
---|---|---|
committer | Steph Enders <smenders@gmail.com> | 2022-06-24 17:37:11 -0400 |
commit | 57dd05872afca68f6a3dc4902b58cfa8c363ce50 (patch) | |
tree | bef4a9f4ccf1b4664c88d1b41184a9a092047c05 /README.md | |
parent | de7cc1f12273ae80f4d972b0dbfc48066f851684 (diff) |
v0.2.0 - Level select via the command line
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -115,14 +115,9 @@ Once you build the project you can execute it by: ```shell # use your build dir and select a map! -./cmake-build/dng ./path/to/map/lvl +./cmake-build/dng ``` -To launch level 1 for example: - -```shell -./cmake-build/dng ./maps/lvl1 -``` Note: You need to use the working directory containing the `include` folder! |