Преглед изворни кода

update docs to reference script

Joey Carmello пре 1 година
родитељ
комит
97fa950ddf
1 измењених фајлова са 9 додато и 0 уклоњено
  1. 9 0
      docs/DOCKER.md

+ 9 - 0
docs/DOCKER.md

@@ -8,6 +8,15 @@ This guide explains how to set up an SSL-enabled instance of Retro AIM Server us
 - [Docker Desktop](https://docs.docker.com/get-started/get-docker/)
 - Unix-like terminal with Makefile installed (use WSL2 for Windows)
 
+## Quickstart script
+
+This script will follow the steps written below and ask for user input.
+
+```bash
+curl -sSL https://github.com/mk6i/retro-aim-server/docker-setup.sh | bash
+```
+
+
 ## Getting Started
 
 ### 1. Clone the Repository