From eead4d0046995c11314347b5963a7b4770a1c86e Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Tue, 2 Jul 2019 18:14:51 +0200 Subject: [feat] add make prepare target to Makefile --- branding/README.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 branding/README.txt (limited to 'branding/README.txt') diff --git a/branding/README.txt b/branding/README.txt new file mode 100644 index 0000000..3601524 --- /dev/null +++ b/branding/README.txt @@ -0,0 +1,21 @@ +Branding for BitmaskVPN +================================================================================ + +This folder contains everything that is needed to generate a customized built of +BitmaskVPN for your provider. + + +Configure +-------------------------------------------------------------------------------- + +- Edit the file at 'branding/config/vendor.conf'. Add all the needed variables. +- Copy your provider CA certificate to 'branding/config/-ca.crt' +- Make sure that the folder 'branding/assets/' exists. Copy there all the needed assets. + +Build +-------------------------------------------------------------------------------- + +Run: + +PROVIDER=example.org make generate +make build -- cgit v1.2.3