From 803e0f63e9d6b509556eefd8cd145c8c49386c01 Mon Sep 17 00:00:00 2001 From: Julian Raufelder Date: Tue, 2 Mar 2021 10:13:38 +0100 Subject: [PATCH] #1 add note about installing fdroidserver while setting up Fastlane --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6656d2ad..22489d0c 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,7 @@ There are further targets and options like `beta`, see [fastlane/README.md](http 1. Make sure you copied `.default.env` to `.env` in the `fastlane` folder and filled out those variables. 1. Install Ruby (depends on OS, Ubuntu): `sudo apt install ruby-dev` 1. Install fastlane (depends on OS, Ubuntu): `gem install fastlane -N` +1. Install `fdroidserver` using `apt`, `pacman`, ..., see https://f-droid.org/docs/Installing_the_Server_and_Repo_Tools/ ## License