From 030f07d0f988a440d380c2e10fbfdae34ecf6f5d Mon Sep 17 00:00:00 2001 From: Pea Nut <peanut2@systemli.org> Date: Thu, 25 Jul 2024 12:03:34 +0200 Subject: [PATCH] [README] clarify the use of make package_deb --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 39b353b8..45fcecf4 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,12 @@ debuild -us -uc sudo dpkg -i ../riseup-vpn*.deb ``` -You can also run `make package_deb`. You can install the built package with `apt install -f ./deploy/*.deb`. +You can also run +``` +PROVIDER=riseup make vendor +PROVIDER=riseup QMAKE=qmake6 make package_deb +``` +Then install the built package with `apt install -f ./deploy/*.deb`. # Ubuntu -- GitLab