From b03748cd66bd653d5c0ae243a127063e291b8466 Mon Sep 17 00:00:00 2001 From: Agoston Szepessy Date: Tue, 15 Aug 2017 23:46:25 -0400 Subject: [PATCH] Update README to describe Makefile options --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index ec19e21..c36693b 100644 --- a/README.md +++ b/README.md @@ -163,3 +163,12 @@ make qemu kvm=no vga=no ### Setup using Docker We also provide docker image. After cloning this repository, please follow README under the `docker` directory. + +### Updating the codebase using the Makefile +To update the codebase run: + +``` +make pull; make fetch +``` + +`make pull` pulls and updates the submodules, and `make fetch` updates the sources for cookbook recipes.