diff --git a/README.md b/README.md index 066316a..43eb8d5 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ Self-contained build environment using F-Droid tools. This extends [docker-execu The idea is to be able to add in your own app's configuration and build it with F-Droid's tooling. +See [Build Server Setup](https://f-droid.org/docs/Build_Server_Setup) on f-droid.org and [issue #370](https://gitlab.com/fdroid/fdroidserver/issues/370) on `fdroidserver` (Improve first time user experience of fdroid build). + ## Building `docker build -t fdroidbuild .` @@ -19,4 +21,6 @@ If you have a directory named `fdroid` at the root of your repository, its conte A F-Droid metadata file is named `.txt` and [looks like this](https://gitlab.com/fdroid/fdroiddata/blob/master/templates/app-full). So, if you have such a file located at `fdroid/net.monarchpass.app.txt`, you should be able to run this: -`docker run -v "$(pwd)/build:/fdroiddata/build" -v "$(pwd):/repo" fdroid build -l` +`docker run -v "$(pwd)/build:/fdroiddata/build" -v "$(pwd):/repo" fdroidbuild build net.monarchpass.app.txt -l` + +and build the latest version of that app.