diff --git a/core/templates/update.admin.php b/core/templates/update.admin.php
index a09e2d07bf473475b75b59e7ca2bb754de195fc2..29df0dd484a2a92225e781a14fc264d0bd491f83 100644
--- a/core/templates/update.admin.php
+++ b/core/templates/update.admin.php
@@ -21,6 +21,10 @@
 			<?php p($l->t('Please make sure that the database, the config folder and the data folder have been backed up before proceeding.')) ?>
 		</div>
 		<input class="updateButton" type="button" value="<?php p($l->t('Start update')) ?>">
+		<div class="infogroup">
+			<?php p($l->t('To avoid timeouts with larger installations, you can instead run the following command from your installation directory:')) ?>
+			<pre>./occ upgrade</pre>
+		</div>
 	</div>
 
 	<div class="updateProgress hidden"></div>