From 04d203a233426ea3c2a734287a14d3525dd23efd Mon Sep 17 00:00:00 2001 From: Aviv Keller <38299977+RedYetiDev@users.noreply.github.com> Date: Sun, 21 Jul 2024 18:23:31 -0400 Subject: [PATCH] doc: update boxstarter README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/53785 Reviewed-By: Ulises Gascón Reviewed-By: James M Snell Reviewed-By: Luigi Pinca --- tools/bootstrap/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tools/bootstrap/README.md b/tools/bootstrap/README.md index 2f323331b4b0c3..ed0cc57bb11043 100644 --- a/tools/bootstrap/README.md +++ b/tools/bootstrap/README.md @@ -1,3 +1,2 @@ -See the main project -[BUILDING.md](../../BUILDING.md#option-2-automated-install-with-boxstarter) -for details on how to use this script. +Refer to [BUILDING.md](../../BUILDING.md#option-2-automated-install-with-boxstarter) for +instructions on how to build Node.js with boxstarter.