From 18373e59a86af4774712ce0b60dc0ac614ec7316 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Tue, 7 Feb 2023 12:23:44 +0100 Subject: [PATCH] It's a subdirectory, actually --- src/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/install.md b/src/install.md index f2cfbb5..09b4d34 100644 --- a/src/install.md +++ b/src/install.md @@ -83,8 +83,8 @@ other tools. See the ## Build the packages -To build, type `make ARCH=`*\* in the root of your checkout, where -*\* is one of: +To build, type `make ARCH=`*\* in the `packaging` directory of your checkout, +where *\* is one of: - `aarch64` (default), for e.g. Pinephone or Samsung Galaxy S7 deployment - `x86_64`, for e.g. `qemu-amd64` deployment