Update README.md
This commit is contained in:
parent
c85a95789d
commit
18bd7598c1
10
README.md
10
README.md
@ -19,12 +19,12 @@ 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
|
||||
@ -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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user