From 1bf93c11ca3a1c74f455f9bc5e76147f121002ba Mon Sep 17 00:00:00 2001 From: awokd <34515595+awokd@users.noreply.github.com> Date: Thu, 22 Feb 2018 11:42:45 +0000 Subject: [PATCH] fix link and cd directory --- building/qubes-r3-building.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/building/qubes-r3-building.md b/building/qubes-r3-building.md index 841172db..5a59ca62 100644 --- a/building/qubes-r3-building.md +++ b/building/qubes-r3-building.md @@ -68,7 +68,7 @@ The builder will do that for us for each component, every time we build, even fo Build using setup script ----------------- -Let's configure the builder first (see [procedure](/doc/qubes-r3-building/#build-using-manual-steps) at bottom if you would prefer to manually configure): +Let's configure the builder first (see [procedure](/doc/qubes-r3-building#build-using-manual-steps) at bottom if you would prefer to manually configure): ~~~ cd ~/qubes-builder @@ -148,6 +148,7 @@ chmod --recursive 700 "$GNUPGHOME" Copy one of the example configurations: ~~~ +cd ~/qubes-builder cp example-configs/qubes-os-master.conf builder.conf ~~~