From 18bd7598c1c9151a642dc6ace3bb6dde36502416 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Tue, 21 Jun 2016 12:56:31 +0000 Subject: [PATCH] Update README.md --- README.md | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 871e00a..fa02f94 100644 --- a/README.md +++ b/README.md @@ -19,18 +19,18 @@ Use arrow keys for movement and enter to get rid of dialogs (for movement w, a, You can download the automatic builds from the [Pipeline](https://gitlab.com/thallian/streuner-game/pipelines) section. + +You can either build it locally (mostly for development) or with docker (for distribution). + # Local Building ## Prerequisites - [Löve](https://love2d.org/) -- [Tiled](http://www.mapeditor.org/) (if you want to edit levels) -- [GIMP](http://www.gimp.org/) (if you want to edit character sprites) -- The following \*nix tools in your path if you want to use the makefile: - - make - - zip - - kill - - grep - - awk - - ps +- make +- zip +- kill +- grep +- awk +- ps ## Usage ``` @@ -38,8 +38,12 @@ make run ``` # Docker Building + +Uses [docker](https://hub.docker.com/r/thallian/love-release/) with [love-release](https://github.com/MisterDA/love-release) to build the different OS packages. + ## Prerequisites - [Docker](https://www.docker.com/) +- make ## Usage ```