From ab95772dd4ab32bf03b05dac9d437edb4270c448 Mon Sep 17 00:00:00 2001 From: antonio Date: Mon, 13 Jan 2025 15:28:20 +0100 Subject: [PATCH] read-me --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b374f11..c471ffa 100644 --- a/README.md +++ b/README.md @@ -108,12 +108,9 @@ curl -X POST "https://broker.litlyx.com/event" \ To self-host the Litlyx dashboard, first **fork** this repository. -Then run the following command: -```bash -docker-compose build -``` +You can find our Docker images on DockerHub for more. -after the build finishes, run: +Then run the following command: ```bash docker-compose up ```