Hi,
I'm using Lando for test sites and would like to add drumkit to them.
Where can I find the best set of instructions for getting up and running when using drumkit with an existing site?
I've tried:
wget -O - https://drumk.it/installer | /bin/bash
from drumk.it but it ends with this:
Makefile:2: scripts/makefiles/*.mk: No such file or directory
make: *** No rule to make target 'scripts/makefiles/*.mk'. Stop.
Is there a step I've missed somewhere?
Thanks!