From ae8c5fff3c70c00931b95cd04b8729d2c1bd2a60 Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Thu, 2 Apr 2020 07:22:47 -0400 Subject: [PATCH] readme --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a15e3a1..4cc9e4f 100644 --- a/README.md +++ b/README.md @@ -358,9 +358,15 @@ sudo apt-get update sudo apt-get install security-misc ``` -## How to Build deb Package ## +## How to Build deb Package from Source Code ## -Replace `apparmor-profile-torbrowser` with the actual name of this package with `security-misc` and see [instructions](https://www.whonix.org/wiki/Dev/Build_Documentation/apparmor-profile-torbrowser). +Can be build using standard Debian package build tools such as: + +``` +dpkg-buildpackage -b +``` + +See [instructions](https://www.whonix.org/wiki/Dev/Build_Documentation/security-misc). (Replace `package-name` with the actual name of this package.) ## Contact ##