Move guide URL for FDroid Server to README.

This commit is contained in:
2025-11-21 17:57:19 -07:00
parent 2d565c94f0
commit 6a2dcba0f9
2 changed files with 8 additions and 1 deletions

View File

@@ -1,5 +1,4 @@
# Build a container which hosts Android apps through an F-Droid repository. # Build a container which hosts Android apps through an F-Droid repository.
# https://f-droid.org/en/docs/Setup_an_F-Droid_App_Repo/
# Base Image # # Base Image #

View File

@@ -13,3 +13,11 @@ docker compose build
docker compose down docker compose down
docker compose up -d docker compose up -d
``` ```
## Guide followed to create this Container
https://f-droid.org/en/docs/Setup_an_F-Droid_App_Repo/
## App Metadata
TBD