From 224984a88d3afc5b374c451bbac63a36f4dd3bf1 Mon Sep 17 00:00:00 2001 From: Michael Green <84688932+michael-j-green@users.noreply.github.com> Date: Sat, 29 Jun 2024 08:54:56 +1000 Subject: [PATCH] Updated Installation (markdown) --- Installation.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Installation.md b/Installation.md index 3d239eb..1906b1f 100644 --- a/Installation.md +++ b/Installation.md @@ -1,5 +1,9 @@ # Docker +## Prerequisites for all deployment types + +* An IGDB API key. See https://github.com/gaseous-project/gaseous-server/wiki/Metadata for instructions on creating an API key. + ## Deploy with the prebuilt Docker image Dockerfile and docker-compose.yml files have been provided to make deployment of the server as easy as possible.