From 6b0f90652ee0db45190099338832e71fa1811de3 Mon Sep 17 00:00:00 2001 From: Dalton Durst Date: Fri, 10 Apr 2020 12:45:35 -0500 Subject: [PATCH] Specify to initialize submodules --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 577d76f..b9235d5 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,9 @@ The dependencies are: - mtools ```shell-session +$ git submodule update --init --recursive +Downloads the projects to build + $ make -j8 pine64-pinephone.img.xz Builds everything needed for the pinephone image...