From b6a0597fb75fc6dc904627e9cc2fe72a80d5af6e Mon Sep 17 00:00:00 2001 From: Joachim Bauch Date: Tue, 1 Sep 2020 13:47:56 +0200 Subject: [PATCH] "curl" and "python3" are no longer required to build the server. Since #29 the continent map is included in the repository and doesn't get downloaded on each build. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index ab8151e..30e4aae 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,9 @@ information on the API of the signaling server. The following tools are required for building the signaling server. -- curl - git - go >= 1.10 - make -- python3 All other dependencies are fetched automatically while building.