Formating & Addition of cd Command

This commit is contained in:
RequestPrivacy 2022-11-01 17:42:17 +01:00 committed by GitHub
parent cd96fc1daa
commit 143eb3213e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: 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 ```shell
cd {yourPathToSparrow}/sparrow
git pull --recurse-submodules git pull --recurse-submodules
git checkout "${GIT_TAG}" 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: Thereafter, building should be straightforward. If not already done, change into the sparrow folder and run:
```shell ```shell
cd {yourPathToSparrow}/sparrow # if you aren't already in the sparrow folder
./gradlew jpackage ./gradlew jpackage
``` ```