From 878af9785918c2becf70a740087ca118432c673a Mon Sep 17 00:00:00 2001 From: phoenix Date: Wed, 29 Oct 2025 19:30:07 -0400 Subject: [PATCH] Updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a8eb04..8fa169b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ file, update the database keys. The `SECRET_KEY` is used for token generation. ### Building api ``` -go build -o textsender-auth cmd/api/main.go +make build ```