From 686ef37ad3b70cc8c48939eb658e91ebee81142e Mon Sep 17 00:00:00 2001 From: James Clark Date: Thu, 22 Jan 2026 14:39:50 +0000 Subject: [PATCH] Fix pull-build example "pull_build" is actually "pull-build" so update the example to fix that typo. It also resides in bin/ and calls out to other scripts in bin/. So without going into more detail about a proper installation, just put export PATH as a working quickstart example. Signed-off-by: James Clark --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README b/README index d91e18f..6d70675 100644 --- a/README +++ b/README @@ -10,7 +10,8 @@ Basic usage: 1) Build the images running, do this from time to time to update the base images: - $ pull_build + $ export PATH=`pwd`/bin:$PATH + $ pull-build 2) Create a tarball with the tool source code, for perf that is: