diff --git a/docs/self-hosting.md b/docs/self-hosting.md
index 27ecb5e169ab1e5036526b66a10614bbed703d85..1be25d062df673d80386b6b7b67105914ad475f8 100644
--- a/docs/self-hosting.md
+++ b/docs/self-hosting.md
@@ -1,8 +1,13 @@
 # Self-Hosting Renovate
 
-Although Renovate is now best known as a "service" via the GitHub App, that service is actually running this same open source project, so you can get the same functionality if running it yourself. The version you see here in this repository can be cloned or `npm` installed in seconds and give you the exact same functionality as in the app.
+## Open Source vs Comercial versions
 
-## Install
+Although Renovate is now best known as a "service" via the GitHub App, that service is actually running this same open source project, so you can get the same functionality if running it yourself. The version you see here in this repository can be cloned or `npm` installed in seconds and give you the exact core functionality as in the app.
+
+There is also a commercially-licensed "Professional Edition" of Renovate available for GitHub Enterprise, that includes a stateful priority job queue, background scheduler and webhook listener.
+For details and documentation on Renovate Pro, please visit [renovatebot.com/pro](https://renovatebot.com/pro).
+
+## Installing Renovate OSS
 
 #### npmjs
 
diff --git a/readme.md b/readme.md
index b4336ae290ee311c9ba843ecd29850008177f4e0..acddb7581e7f6921d052542e82a92d9a3eb45ef8 100644
--- a/readme.md
+++ b/readme.md
@@ -58,7 +58,7 @@ you'd like to get your config reviewed or ask any questions.
 
 ## Self-Hosting
 
-If you are not on GitHub or you prefer to run your own copy of Renovate, then it takes only seconds to set up. Please see [docs/self-hosting.md](https://github.com/renovateapp/renovate/blob/master/docs/self-hosting.md) for instructions.
+If you are not on GitHub or you prefer to run your own copy of Renovate, then you can easily run your own copy. Please see [docs/self-hosting.md](https://github.com/renovateapp/renovate/blob/master/docs/self-hosting.md) for instructions. There is also a commercially licensed [Renovate Pro Edition](https://renovatebot.com/pro) available for GitHub Enterprise.
 
 ## Contributing