From 8b617c6fb18b25f2ddca942ba5af67578142cfe1 Mon Sep 17 00:00:00 2001 From: r00t Date: Mon, 29 Jun 2015 04:19:56 -0400 Subject: [PATCH] updating README for git submodules --- README | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README b/README index ea574d3..2f3cf25 100644 --- a/README +++ b/README @@ -155,3 +155,10 @@ Yeah. It's that easy. The finished product is in iso/. If you want more verbosity, check out the logs/ directory. + +As I incorporate iPXE into it, you'll want to run: + +$ git submodule init +$ git submodule update + +to make sure you pull the submodules into your working tree.