From 143eb3213e300f3a08f0bcf7adeba0360f7fad08 Mon Sep 17 00:00:00 2001 From: RequestPrivacy <72392544+RequestPrivacy@users.noreply.github.com> Date: Tue, 1 Nov 2022 17:42:17 +0100 Subject: [PATCH] Formating & Addition of cd Command --- docs/reproducible.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/reproducible.md b/docs/reproducible.md index 89d19b34..aedca516 100644 --- a/docs/reproducible.md +++ b/docs/reproducible.md @@ -94,6 +94,7 @@ git clone --recursive --branch "${GIT_TAG}" https://github.com/sparrowwallet/spa If you already have the sparrow repo cloned, fetch all new updates and checkout the release. For this, change into your local sparrow folder and execute: ```shell +cd {yourPathToSparrow}/sparrow git pull --recurse-submodules git checkout "${GIT_TAG}" ``` @@ -107,6 +108,7 @@ git submodule update --checkout Thereafter, building should be straightforward. If not already done, change into the sparrow folder and run: ```shell +cd {yourPathToSparrow}/sparrow # if you aren't already in the sparrow folder ./gradlew jpackage ```