From 1dc0d96b9ebbef5987e8230b36a2b4e78dc93915 Mon Sep 17 00:00:00 2001
From: "lennart.kramer" <lennart.kramer@stud.uni-goettingen.de>
Date: Thu, 2 Feb 2023 19:02:50 +0100
Subject: [PATCH] add note that you likely want to skip build

since prebuilts are available anyway
---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index bca9b3d..af15731 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,10 @@ For some more information on how this works, [see the documentation](/doc/How_it
 Building a Docker Image
 =======================
 
+There are prebuilt images are already available on the [dockerhub](https://hub.docker.com/r/mathinstitut/goemaxima).
+This section just describes the build process in case you want to build your own image anyway.
+Normally, you can just skip this step and go to [Using the Docker Image](#using-the-docker-image) directly.
+
 A docker image can be built by first building the web server with buildweb.sh, which will place the web server executable into `./bin/`.
 In order for that to work, `go` needs to be installed.
 
-- 
GitLab