diff --git a/README.md b/README.md index 2cb8aeb..0bcb912 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,13 @@ in progress (amd64). Compiling uKernel ----------------- -First, the Makefiles must be generated for the current platform. This can be +First, when compiling from the source code repository, make sure that the Git +submodules have been initialized and checked out as required: + + $ git submodule init + $ git submodule update + +Then, the Makefiles must be generated for the current platform. This can be performed with `configure(1)` from the DeforaOS configure project, found at (or ). The procedure is then as follows: