Cant make generate-images

Hi, just recently setup gitea with docker and am having a couple of issues following Customizing Gitea - Docs .

I was attempting to generate images (as stated in the “Changing the default logo” section of the documentation) using make. When the command was run on my host machine i got this: “make: *** No rule to make target ‘generate-images’. Stop.”. And when attempting to run it in the docker container “make” was not found.

Ive looked around and found nothing relating to this, meanin I probably missed something. Can someone please help me with this.

you’ll need to clone the gitea source code git repo, and place your image in the location, then run the command (please look at the Makefile in the source code repo for exact paths).