From 199b7922b0097deab546a83c6e9095940758b197 Mon Sep 17 00:00:00 2001 From: Tobias Wienand Date: Wed, 20 Nov 2024 18:35:24 +0100 Subject: [PATCH] Nit: Updates documentation --- Targets/Spidermonkey/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Targets/Spidermonkey/README.md b/Targets/Spidermonkey/README.md index e0e03a4b9..2fae59b3a 100644 --- a/Targets/Spidermonkey/README.md +++ b/Targets/Spidermonkey/README.md @@ -3,5 +3,5 @@ To build Spidermonkey for fuzzing: 1. Clone the Firefox mirror from https://github.com/mozilla/gecko-dev -2. Run the fuzzbuild.sh script in the js/src directory of the firefox checkout -3. fuzzbuild_OPT.OBJ/dist/bin/js will be the JavaScript shell for the fuzzer +2. Run the fuzzbuild.sh script in the gecko-dev root directory of the firefox checkout +3. gecko-dev/obj-fuzzbuild/dist/bin/js will be the JavaScript shell for the fuzzer