add notes on host OS

This commit is contained in:
Connor Olding 2022-09-23 12:13:52 -07:00
parent a9e1c079a6
commit a11d3fa9f4

View File

@ -37,3 +37,10 @@ of Dockerfiles and working with containers.
make no mistake, this project does *not* strive for reproducible builds
[in any way that nix does.](https://nixos.org/guides/how-nix-works.html)
### Host OS
this project must be built on a host running Linux.
if you are not running Linux, use a VM of some sort.
i personally use VirtualBox running Alpine Linux.
i have not tried building with WSL2.