From 421efbf6c425b56f72113ce8ea621a9e42f20547 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Tue, 30 Jul 2024 15:37:32 +0200 Subject: [PATCH] Update getting-started.md --- docs/content/1.introduction/1.getting-started.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/content/1.introduction/1.getting-started.md b/docs/content/1.introduction/1.getting-started.md index 2188fef..6f38b79 100644 --- a/docs/content/1.introduction/1.getting-started.md +++ b/docs/content/1.introduction/1.getting-started.md @@ -8,19 +8,20 @@ Before you start, make sure you have the following installed: - [Docker Compose](https://docs.docker.com/compose/install/) ::alert{type="info"} -📧 You will also need a Mailserver to send emails. If you don't have one, you need to manually verify users in the database. +📧 You will also need a Mailserver to send emails. If you don't have one, you need to manually verify users in the +database. :: ## Download and Install -### +### ```bash wget https://raw.githubusercontent.com/gnmyt/LicenseAPI/main/docker-compose.yml docker compose up -d ``` - ::alert{type="success"} -✨ Well done! A browser window should automatically open for +✨ Well done! You have successfully installed LicenseAPI. Now you can access the LicenseAPI +at [http://localhost:8025](http://localhost:8025). ::