From 58a7dddb9078991336298cdc35914fafad1f05e0 Mon Sep 17 00:00:00 2001 From: awokd <34515595+awokd@users.noreply.github.com> Date: Sat, 24 Feb 2018 18:44:09 +0000 Subject: [PATCH] don't use full email address --- building/building-whonix-template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/building/building-whonix-template.md b/building/building-whonix-template.md index 6ddd225c..43f956d3 100644 --- a/building/building-whonix-template.md +++ b/building/building-whonix-template.md @@ -10,7 +10,7 @@ redirect_from: The Whonix templates are easily downloaded and installed by following the [procedure here](doc/whonix/install/). However, they are integrated into `qubes-builder` so they are easy to build yourself if you prefer. -Note that you will need to create `anon-whonix` yourself if you do so, but see [this issue](qubes-issues/issues/3601). +Note that you will need to create `anon-whonix` manually if you do so, but see [this issue](qubes-issues/issues/3601). First, create the [Build Environment](doc/qubes-r3-building/) (follow the build environment section only). @@ -25,7 +25,7 @@ cd ~/qubes-builder # Stable # Yes (we want to build only templates) # Select builder-fedora, builder-debian, template-whonix, mgmt-salt (builder will complain if you don't include builder-fedora, but we don't actually use it) -# Choose Yes to add adrelanos@riseup.net third party key +# Choose Yes to add adrelanos's third party key # Yes (to download) # Select whonix-gateway, whonix-workstation (for the currently shipping templates) ~~~