From 404bdbddd3bb96c4574cb9eef68621d3728e90db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Gangloff?= Date: Sun, 25 Aug 2024 22:22:04 +0200 Subject: [PATCH] Updated Getting Started (markdown) --- Getting-Started.md => Getting-Started-:rocket:.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) rename Getting-Started.md => Getting-Started-:rocket:.md (90%) diff --git a/Getting-Started.md b/Getting-Started-:rocket:.md similarity index 90% rename from Getting-Started.md rename to Getting-Started-:rocket:.md index cc8b329..b4b463c 100644 --- a/Getting-Started.md +++ b/Getting-Started-:rocket:.md @@ -1,6 +1,4 @@ -## Getting Started :rocket: - -### Install with Docker +## Install with Docker 1. Clone the repository 2. Modify environment variables and add static files to customize your instance (see [INSTALL.md](https://github.com/maelgangloff/domain-watchdog/blob/master/INSTALL.md)) @@ -14,6 +12,6 @@ docker compose up ``` By default, the container listens on http://localhost:8080/, but you can configure this in environment variables. See the [Docker Compose file](https://github.com/maelgangloff/domain-watchdog/blob/master/docker-compose.yml). -### Install from source +## Install from source > [!NOTE] > Please see [`INSTALL.md`](https://github.com/maelgangloff/domain-watchdog/blob/master/INSTALL.md) file \ No newline at end of file