Update README to describe Makefile options

This commit is contained in:
Agoston Szepessy 2017-08-15 23:46:25 -04:00
parent 491a8f0b74
commit b03748cd66

View file

@ -163,3 +163,12 @@ make qemu kvm=no vga=no
### <a name="setup-using-docker"> Setup using Docker </a>
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.