diff --git a/README b/README
index 94ab3d1..34987fb 100644
--- a/README
+++ b/README
@@ -5,3 +5,13 @@ intend for this installation profile to be the entrance point for many new users
 to Drupal Commerce, we will also be maintaining drush make files and eventual
 Features integration to make it a starting point for advanced Drupal users to
 quickly build out new e-commerce sites.
+
+Notes
+-----
+When XDebug is enabled on the server the installation may run into an error:
+  Maximum function nesting level of '100' reached, aborting! in
+  /profiles/commerce_kickstart/modules/contrib/pathauto/pathauto.module
+  on line 40.
+To resolve this problem add (or modify) the server's php.ini to include the
+following:
+  xdebug.max_nesting_level = 500
