Added some notes about running Kickstart with Sling Run Modes
diff --git a/Readme.md b/Readme.md
index e15577b..52df9ba 100644
--- a/Readme.md
+++ b/Readme.md
@@ -56,6 +56,15 @@
 java -jar org.apache.sling.kickstart--<version>.jar stop
 ```
 
+### Providing Sling Run Modes
+
+If you project requires Sling Run Modes for Configuration purposes then
+you can provide them here with the Kickstart project by using the
+**sling.run.modes** property. Call it this way:
+```bash
+java -jar <kickstart jar file>.jar -Dsling.run.modes=mode1,mode2
+```
+
 ### Parameters
 
 The parameters of the Kickstarter is beside **-af, -s** are the same as