aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index c0e2943..4cc82b2 100644
--- a/README.md
+++ b/README.md
@@ -5,3 +5,11 @@
## Abstract
This repository contains the necessary configuration files and instructions to set up an opinionated self-hosted git server using Docker. The server is designed to be secure, efficient, and easy to manage, allowing users to host their git repositories without relying on third-party services.
+
+## Development
+
+To start the development environment, run the following command:
+
+```bash
+docker compose -f docker-compose.dev.yaml up --build --remove-orphans --watch
+```