README: update according to new bazel paradigm(tm)
diff --git a/README b/README
index a4110a9..641cd51 100644
--- a/README
+++ b/README
@@ -14,7 +14,7 @@
 Then, to get Kubernets:
 
     echo "185.236.240.36 k0.hswaw.net" >> /etc/hosts # temporary hack until we get loadbalancers working
-    clustercfg admincreds $(whoami)-admin # get administrative creds (valid for 5 days)
+    bazel run //cluster/clustercfg:clustercfg admincreds $(whoami)-admin # get administrative creds (valid for 5 days)
     kubectl version
 
 Clusters