Browse Source

added debuild options to skip package signing

pull/12/head
Darknet Villain 6 years ago
parent
commit
0614e4e784
  1. 2
      docs/devs/building/unix.md

2
docs/devs/building/unix.md

@ -78,7 +78,7 @@ You may also build deb-package with the following: @@ -78,7 +78,7 @@ You may also build deb-package with the following:
sudo apt-get install fakeroot devscripts dh-apparmor
cd i2pd
debuild --no-tgz-check -b
debuild --no-tgz-check -us -uc -ui -b
Fedora/Centos
-------------

Loading…
Cancel
Save