Skip to content
Snippets Groups Projects
Commit 030f07d0 authored by Pea Nut's avatar Pea Nut Committed by jkito
Browse files

[README] clarify the use of make package_deb

parent c1adccae
No related branches found
No related tags found
1 merge request!234[README] Update required go version to build to go 1.22
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment