From c7a72ad9d457037cd508d89b46eadac21b8dbbe6 Mon Sep 17 00:00:00 2001 From: Donald Burr Date: Tue, 17 Feb 2015 21:29:35 -0800 Subject: [PATCH] Add note about pulling submodules --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 716967c..6a2f38c 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,5 @@ raspberrypi This is a repository containing various Raspberry Pi-based projects. +NOTE: be sure and pull all submodules by issuing the command +`git submodule update --init --recursive`.