From 0bf8233cd14536e824dde74d5ff965add87baea8 Mon Sep 17 00:00:00 2001 From: Nick Thomas Date: Sat, 6 Jun 2020 12:45:10 +0100 Subject: [PATCH] Fix binary paths in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b312261..b1e423e 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ To run: ``` $ make view-map -$ ./view-map -map Chapter01 +$ ./bin/view-map -map Chapter01 ``` Looks like this: @@ -152,7 +152,7 @@ binary to inspect them: ``` make view-menu -./view-menu -menu Main +./bin/view-menu -menu Main ``` This renders the menus found in Chaos Gate and Soldiers At War. The Squad Leader @@ -164,7 +164,7 @@ For Chaos Gate, there is the **start** of the game in an `ordoor` binary: ``` $ make ordoor -$ ./ordoor +$ ./bin/ordoor ``` The idea is to hook all the different parts together, and to an abstract game