machyve / xhyve

xhyve, a lightweight OS X virtualization solution
Other
6.44k stars 356 forks source link

Include test/ directory, xhyverun.sh, and xhyve.1 in release tarballs #120

Open zbentley opened 7 years ago

zbentley commented 7 years ago

These files are used by many examples, and are depended on by some scripts that install xhyve.

Such scripts/guides (e.g. https://gist.github.com/tanb/f8fefa22332edc7a641d, which has been forked/linked all over the place) require an install-from-source in order to get the right files, and run into confusion regarding Homebrew's handling of source directories.

It would be easier if the manpage, example shell script, and contents of the test/ directory were included in the release tarballs along with the xhyve binary. Would that be possible?