From 687353b128104057c06a5f14c47ec58ac409fd1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Gangloff?= Date: Sun, 25 Aug 2024 22:22:29 +0200 Subject: [PATCH] Updated Getting Started :rocket: (markdown) --- Getting-Started-:rocket:.md => Getting-Started.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) rename Getting-Started-:rocket:.md => Getting-Started.md (91%) diff --git a/Getting-Started-:rocket:.md b/Getting-Started.md similarity index 91% rename from Getting-Started-:rocket:.md rename to Getting-Started.md index b4b463c..78a9b52 100644 --- a/Getting-Started-:rocket:.md +++ b/Getting-Started.md @@ -1,4 +1,6 @@ -## Install with Docker +## Getting Started :rocket: + +### 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)) @@ -12,6 +14,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