From 1d04def886333655c57737fcf56b2b1037864010 Mon Sep 17 00:00:00 2001
From: David Eggenberger <72417712+DavidEggenberger@users.noreply.github.com>
Date: Mon, 27 May 2024 19:54:14 +0200
Subject: [PATCH] Update README.md
---
README.md | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 1ba06c5..62ef2ca 100644
--- a/README.md
+++ b/README.md
@@ -14,9 +14,9 @@ This repository builds upon ModularMonolith.SaaS.Template repo for more information.
+Because this repo builts upon the ModularMonolith.SaaS.Template repo please visit it for information about the architecture.
-## Using and Running CrispyCollab
+## Running and Using CrispyCollab
### TailwindCSS
If you want to start building with the template and adding your own tailwind classes you must run the following commands from the Source directory:
```
@@ -26,8 +26,7 @@ npx tailwindcss -i ./TailwindSource.css -o ./Web/Server/wwwroot/dist/output.css
```
### Infrastructure
-The most convient way to run a Redis and SQL Server instance is through Docker. To do so run this command from the root folder
-(where CrispyCollab.sln file is located):
+The most convient way to run an SQL Server instance is through Docker. To do so run this command from the root folder (where CrispyCollab.sln file is located):
```
docker-compose -f docker-compose.infrastructure.yml up
```