taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 407917bcff113144ae950d21ba98dc83f395c940
parent d10b95e58acba886dd44944ae8433c715dcd13e9
Author: Torsten Grote <t@grobox.de>
Date:   Mon, 24 Feb 2020 15:58:19 -0300

Add section about nightly repo to merchant-pos page

Diffstat:
Mtaler-merchant-pos-terminal.rst | 15+++++++++++++++
1 file changed, 15 insertions(+), 0 deletions(-)

diff --git a/taler-merchant-pos-terminal.rst b/taler-merchant-pos-terminal.rst @@ -55,6 +55,21 @@ At the bottom of the main UI there is a row of buttons: * History: Shows the payment history. * Complete: Finalize an order and prompt the customer to pay. +Testing nightly builds +---------------------- + +Every change to the app's source code triggers an automatic build +that gets published in a F-Droid repository. +If you don't have it already, download the `F-Droid app <https://f-droid.org/>`_ +and then click the following link (on your phone) to add the nightly repository. + + `GNU Taler Nightly F-Droid Repository <fdroids://gnu-taler.gitlab.io/fdroid-repo-nightly/fdroid/repo?fingerprint=55F8A24F97FAB7B0960016AF393B7E57E7A0B13C2D2D36BAC50E1205923A7843>`_ + +.. note:: + Nightly apps can be installed alongside official releases + and thus are meant **only for testing purposes**. + Use at your own risk! + Building from source --------------------