From 57dd05872afca68f6a3dc4902b58cfa8c363ce50 Mon Sep 17 00:00:00 2001 From: Stephen Enders <84310577289916ceefd4132143fb36b63a5f0c71> Date: Fri, 24 Jun 2022 21:36:16 -0400 Subject: v0.2.0 - Level select via the command line --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index a56dc17..3725a5f 100644 --- a/README.md +++ b/README.md @@ -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! -- cgit v1.2.3-54-g00ecf