From c1b10d3e782c6f6d6c4187d3a40c5b502aff0f44 Mon Sep 17 00:00:00 2001 From: Matt Witherspoon <32485495+spoonincode@users.noreply.github.com> Date: Wed, 15 Jun 2022 13:55:01 -0400 Subject: [PATCH] remove an unneeded npm command from README --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 4a4fd93484..546ea29c09 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,6 @@ I highly recommend the ccache options. They don't speed up the first clean build ``` cd build -npm install # Runs parallelizable tests in parallel. This runs much faster when # -DDISABLE_WASM_SPEC_TESTS=yes is used.