Add non-compose support

This commit is contained in:
xackery
2023-10-01 13:52:52 -07:00
parent fc75ad175a
commit fb299896b9
2 changed files with 15 additions and 2 deletions

View File

@@ -15,8 +15,7 @@ If any of the folders of the projects folder isn't empty, the script will skip c
* Install docker
* Clone this repository
* cd into cloned repository
* Run `docker-compose build`
* Run `docker-compose up`
* Run `make build` or `make build-compose` (The latter will use docker-compose to build the image)
* Grab a cup of coffee, since this can take quite a while (Compiling build deps, skia, and aseprite)
You can now find the compiled version of Aseprite in the `output/aseprite/build/bin` folder