diff --git a/lib/utils.ts b/lib/utils.ts
index cfbd57533..69b76d29b 100644
--- a/lib/utils.ts
+++ b/lib/utils.ts
@@ -22,7 +22,7 @@ export const validateEnvironmentVariables = () => {
 
   if (missingEnvironmentVariables.length) {
     throw new Error(
-      `The following environment variables are missing. Your site will not work without them.\n\n${missingEnvironmentVariables.join(
+      `The following environment variables are missing. Your site will not work without them. Read more: https://vercel.com/docs/integrations/shopify#configure-environment-variables\n\n${missingEnvironmentVariables.join(
         '\n'
       )}\n`
     );