From 126968f0c1d52d346e41a6358820c9c3b5cc12a2 Mon Sep 17 00:00:00 2001 From: phoenix Date: Fri, 31 Oct 2025 14:08:38 -0400 Subject: [PATCH] Updating readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 3b63566..622a843 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ # textsender-models A library containing functions, structs, types, and other code for the textsender project + + +### Building project +```SHELL +go mod tidy +go mod vendor +```