diff --git a/README.md b/README.md
index 39b353b837154bc7016d8652502d6be524a9ea61..45fcecf4ec8eeca146e12adac18fa7cd70d1c5fa 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