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.