mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-02 20:36:44 +00:00
add doc for updating submodules
This commit is contained in:
parent
f7fb62fcea
commit
c806959199
1 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,10 @@ In order to build, Sparrow requires Java 14 to be installed. The release package
|
||||||
|
|
||||||
`./gradlew jpackage`
|
`./gradlew jpackage`
|
||||||
|
|
||||||
|
When updating to the latest HEAD
|
||||||
|
|
||||||
|
`git pull --recurse-submodules`
|
||||||
|
|
||||||
## Running
|
## Running
|
||||||
|
|
||||||
If you prefer to run Sparrow directly from source, it can be launched with
|
If you prefer to run Sparrow directly from source, it can be launched with
|
||||||
|
|
Loading…
Reference in a new issue