From 29f6e0c00e27fdb5b720614b135722c38b41bccf Mon Sep 17 00:00:00 2001 From: Peter Steenbergen Date: Wed, 11 Dec 2019 15:39:40 +0100 Subject: [PATCH] MycroftOS: Documentation: Update building documentation. - New Makefile build system. - Checkout of develop branch. --- documentation/building.md | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/building.md b/documentation/building.md index 0f6f0a1d..1f32d6c3 100644 --- a/documentation/building.md +++ b/documentation/building.md @@ -8,6 +8,7 @@ First, get the code on your system! The simplest method is via git. - cd ~/ - git clone --recurse-submodules https://github.com/j1nx/MycroftOS.git - cd MycroftOS +- git checkout develop ## Patching Buildroot. If this is the very first time you are going to build an image, you need to execute the following command once;