From 62cbe14170ea2312af5492a6a14980cb4dc62bfc Mon Sep 17 00:00:00 2001 From: Sander Schobers Date: Mon, 25 May 2020 20:03:30 +0200 Subject: [PATCH] Updated README.md on CLI. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 36e7e7a..b50c9a0 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,8 @@ go install opslag.de/schobers/tins2020/cmd/tins2020 -tags static,allegro -ldflag ``` In this case the SDL 2.0 prerequisite is replaced by the Allegro 5.2 (development libraries must be available for your C compiler). +## Command line interface +You can extract all resources embedded in the executable by running it from the command line with the `--extract-resources` flag. The resources will be extract in the current working directory. Note that the game will use the resources on disk first if they are available. ## Sources Can be found at https://opslag.de/schobers/tins2020 (Git repository).