diff --git a/README.md b/README.md
index 54aead27b25469ad7de72e634ffe7cbc8d387cd4..ea5224a87cf46334961084296f71f697c8dd5987 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,8 @@ Work in progress umbrella package
 
 ## Usage
 
+### As a consumer
+
 ```bash
 # Get base
 kpt get https://repo1.dsop.io/platform-one/big-bang/apps/sandbox/umbrella.git/base base
@@ -19,6 +21,14 @@ git add . && git commit -m "initial commit" && git push
 bootstrap/init.sh
 ```
 
+### For development or getting started
+
+```bash
+# Assumes valid kubeconfig is configured
+# WARNING: This will deploy (a lot of) resources to the cluster configured with kubectl
+bootstrap/init.sh
+```
+
 ## Directory Structure
 
 ```bash