From 3a7f02199a49b9ec7858666cc59ebe6364e07e90 Mon Sep 17 00:00:00 2001 From: Gustavo Novaro Date: Mon, 11 Mar 2024 10:03:49 +0100 Subject: [PATCH] Update README.md Adding MS SQL Server support to documentation --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 38f5a84f..b19baf68 100755 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ We made a free open source CRM. Our Community Edition (CE) * PHP >= 8.3 * composer * Laravel 10 -* MariaDB / Postgres +* MariaDB / Postgres / MS SQL Server * Redis ## Features @@ -51,6 +51,13 @@ make build-pg make up-pg ``` +With MS SQL Server +```bash +make build-ms +make up-ms +``` + + ### Enter inside the container ```bash