diff --git a/Scripts/README.md b/Scripts/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..107fc3dfb5b95b0e69943c59ae08c2cf0caf92b6
--- /dev/null
+++ b/Scripts/README.md
@@ -0,0 +1,13 @@
+Build-Package-Deploy Cycle
+==========================
+
+NOTE: everything here assumes default installation locations!
+
+Run the `Deploy-NewBuild.ps1` script to package a new build, place the files at
+their appropriate location and remove the update marker file for this host. Then
+use a shell with the appropriate permissions and run the updater script using
+the following command (or trigger it through the scheduled jobs if installed):
+
+```powershell
+C:\Tools\AutoTx-Updater\Update-Service.ps1 -UpdaterSettings C:\Tools\AutoTx-Updater\UpdaterConfig.inc.ps1
+```