nicolas-van / multirun

A minimalist init process designed for Docker
https://nicolas-van.github.io/multirun/
MIT License
182 stars 9 forks source link

Add install/uninstall to Makefile #4

Closed TBK closed 5 years ago

TBK commented 5 years ago

Hi, thanks for making this tool.

I am going to package multirun for Alpine so added an install target to the Makefile to simplify the process.

I would appreciate if you could include tests.bats in the source tarball.

nicolas-van commented 5 years ago

It's merged. I also released 0.3.1 with test.bats as you asked.

Thanks for taking the time to make that packaging ! If you need more help feel free to ask.

TBK commented 5 years ago

I just wanted to inform you that multirun is available on edge and can be added to Alpine Linux like this:

apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing multirun
nicolas-van commented 5 years ago

Cool !