From 02941e701498743ec6cd26cd9ac561130454bf37 Mon Sep 17 00:00:00 2001 From: awokd <34515595+awokd@users.noreply.github.com> Date: Sun, 25 Mar 2018 12:48:26 +0000 Subject: [PATCH] add note about variable in main builder.conf --- building/building-whonix-template.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/building/building-whonix-template.md b/building/building-whonix-template.md index 694e149a..da3b93af 100644 --- a/building/building-whonix-template.md +++ b/building/building-whonix-template.md @@ -62,6 +62,8 @@ WHONIX_ENABLE_TOR ?= 0 WHONIX_TBB_VERSION ?= 7.5.2 ``` +You can add/edit the `WHONIX_TBB_VERSION` variable in `~/qubes-builder/builder.conf` instead of this file if preferred. + Finally, use: ~~~