Updated readme

This commit is contained in:
phoenix
2025-10-29 19:30:07 -04:00
parent daeb210dda
commit 878af97859
+1 -1
View File
@@ -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
```