From fd0ef435f6cd4a34719c30977fae53991b33e3c2 Mon Sep 17 00:00:00 2001 From: plebhash <147345153+plebhash@users.noreply.github.com> Date: Wed, 10 Apr 2024 17:10:33 -0300 Subject: [PATCH] Update src/getting-started.md --- src/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/getting-started.md b/src/getting-started.md index f3a90b3..572411a 100644 --- a/src/getting-started.md +++ b/src/getting-started.md @@ -82,7 +82,7 @@ git clone https://github.com/Sjors/bitcoin.git cd bitcoin git checkout sv2 ``` -Next, compile the template provider. You can accelerate the process by using multiple cores. +Next, compile the template provider. You can accelerate the process by using multiple cores with the `-j` option. ```bash make clean