Scripts directory added, .gitmodules added

This commit is contained in:
Alex van Andel
2021-07-02 19:50:20 +00:00
parent ab6df0ae73
commit 2dde744311
4 changed files with 12 additions and 0 deletions

View File

@@ -15,4 +15,11 @@ The Docker configuration for Calendso is an effort powered by people within the
Make sure you have `docker` & `docker-compose` installed on the server / system.
## Getting Started
1. Clone calendso-docker
```bash
git clone git@github.com:calendso/calendso-docker.git --recursive
```
...