Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Adding MS SQL Server support to documentation
  • Loading branch information
gnovaro committed Mar 11, 2024
1 parent c1d8305 commit 3a7f021
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3a7f021

Please sign in to comment.