From 5ae087197b1194123792d47fbe8665dd227ed88a Mon Sep 17 00:00:00 2001 From: Randy Fay Date: Thu, 23 Jun 2022 19:39:48 -0600 Subject: [PATCH] docs: no-main error if running outside project root --- www/docs/errors/no-main.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/www/docs/errors/no-main.md b/www/docs/errors/no-main.md index 1d4394fd4..f64fe2571 100644 --- a/www/docs/errors/no-main.md +++ b/www/docs/errors/no-main.md @@ -31,3 +31,7 @@ builds: ``` For more info, check the [builds documentation](/customization/build/). + +## If you ran goreleaser outside the root of the project + +Run goreleaser in the root of the project.