diff --git a/README.md b/README.md index 04d2126..138bfcd 100644 --- a/README.md +++ b/README.md @@ -29,13 +29,19 @@ Checkout to target version: ``` pushd . cd makefile-openapi -git fetch -a && git checkout v0.1.0 && git pull +git fetch -a && git checkout v0.3.0 && git pull popd ``` Include in root Makefile in the next way: ```Makefile +# if you use github.com/makefile-inc/common add your own makefile-common +# include $(CURDIR)/makefile-common/include.mk.inc + +# otherwise add from openapi +# include $(CURDIR)/makefile-openapi/makefile-common/include.mk.inc + include $(CURDIR)/makefile-openapi/include.mk.inc ```