diff --git a/scripts/build.js b/scripts/build.js
index eadfd93a10bcb7ae593cfc6a3236c0538323bf6b..e57e040bd6e152f36923a48aef057fbaf5330f9b 100644
--- a/scripts/build.js
+++ b/scripts/build.js
@@ -88,6 +88,9 @@ webpack(config).run(function(err, stats) {
     console.log('  pushstate-server build');
     console.log('  ' + openCommand + ' http://localhost:9000');
     console.log();
+    console.log(chalk.dim('The project was built assuming it is hosted at the root.'));
+    console.log(chalk.dim('Set the "homepage" field in package.json to override this.'));
+    console.log(chalk.dim('For example, "homepage": "http://user.github.io/project".'));
   }
   console.log();
 });