From c3f3dced689e6cd4a1797954da7e7188bd3b70d1 Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Sun, 6 Oct 2024 12:16:30 -0400 Subject: [PATCH] docs: I figured out how to disable the gitea release zips lacking submodules (DISABLE_DOWNLOAD_SOURCE_ARCHIVES), so remove the caveat about them from the docs. --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index ed049721..7827ef10 100644 --- a/README.md +++ b/README.md @@ -33,10 +33,7 @@ cd tildefriends git submodule update --init --recursive ``` -The `.tar.xz` releases are all-inclusive. - -The gitea `Source Code (ZIP)` and `Source Code (TAR.GZ)` are missing -dependencies, so don't use those. +The `.tar.xz` source releases are all-inclusive. 1. On Linux only, system OpenSSL libraries (`libssl-dev`, in debian-speak) is assumed to be available.