cd to wherever you put homuchan_patches.7z

7z x homuchan_patches.7z
git clone https://github.com/zkm2/shamichan meguca
cd meguca
git checkout -b dev
git apply ../meguca_master.patch
git add .
git commit -m "init fork"

(technically only needed to run the homuchan branch of meguca)
cd ..
git clone https://github.com/meowmin/thumbnailer
cd thumbnailer
git checkout -b dev   
git apply ../thumbnailer.patch
git add	.
git commit -m "init fork"

cd back to meguca directory and run make

read docs/installation.md for dependencies: main ones are go, postgresql, ffmpeg and opencv 
