From 0eeaa8337d239bef409cf34d71fd071cfeec4284 Mon Sep 17 00:00:00 2001 From: Sidney Andrews Date: Thu, 17 Oct 2024 15:13:20 -0400 Subject: [PATCH] Update readme.md Signed-off-by: Sidney Andrews --- readme.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/readme.md b/readme.md index f92aa5f..17e51ab 100644 --- a/readme.md +++ b/readme.md @@ -6,3 +6,14 @@ Sample Go web application using Azure Cosmos DB for NoSQL. | --- | --- | | Downloaded latest source code | | | Open in GitHub Codespaces | | + +## Run this + +1. Replace the credentials in **cosmos.go** with your Azure Cosmos DB for NoSQL account's credentials. + +1. Start the application: + + ```shell + go mod tidy + go run . + ```