RIC:1060: Change in PTL
[ric-plt/rtmgr.git] / README.md
index 3f132d2..fd79b22 100644 (file)
--- a/README.md
+++ b/README.md
@@ -83,6 +83,12 @@ glide install --strip-vendor
 go build cmd/rtmgr.go
 ```
 
+**NOTE:** before doing a docker build it is advised to remove any generated files and vendor packages:
+```bash
+# assuming that you stand in project root dir
+rm -rf appmgr vendor pkg/appmgr_* pkg/models pkg/restapi
+```
+
 ### Installing Routing Manager
 #### Preparing environment
 Tag the `rtmgr` container according to the project release and push it to a registry accessible from all minions of the Kubernetes cluster.