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 +```