Added simpler direct Docker command line
diff --git a/README.md b/README.md
index 8f945a6..0ec3231 100644
--- a/README.md
+++ b/README.md
@@ -17,10 +17,10 @@
 make
 ```
 
-To build the cloudstack-controller-manager container, please use the provided Docker file:
+To build the cloudstack-cloud-controller-manager container, please use the provided Docker file:
 
 ```bash
-make docker
+docker build . -t swisstxt/cloudstack-cloud-controller-manager:latest
 ```
 
 ## Use