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). ::