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.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 20m10s

This commit is contained in:
Cory McWilliams 2024-10-06 12:16:30 -04:00
parent 85fce59c0c
commit c3f3dced68

View File

@ -33,10 +33,7 @@ cd tildefriends
git submodule update --init --recursive git submodule update --init --recursive
``` ```
The `.tar.xz` releases are all-inclusive. The `.tar.xz` source releases are all-inclusive.
The gitea `Source Code (ZIP)` and `Source Code (TAR.GZ)` are missing
dependencies, so don't use those.
1. On Linux only, system OpenSSL libraries (`libssl-dev`, in debian-speak) is 1. On Linux only, system OpenSSL libraries (`libssl-dev`, in debian-speak) is
assumed to be available. assumed to be available.