Browse Source

update README for https cloning

terminal
Craig Raw 3 years ago
parent
commit
ca1f934138
  1. 6
      README.md

6
README.md

@ -8,10 +8,14 @@ More information (and release binaries) can be found at https://sparrowwallet.co
## Building
To clone this project, use
To clone this project, use
`git clone --recursive git@github.com:sparrowwallet/sparrow.git`
or for those without SSH credentials:
`git clone --recursive https://github.com/sparrowwallet/sparrow.git`
In order to build, Sparrow requires Java 16 to be installed.
The release binaries are built with [AdoptOpenJdk 16.0.1+9 Hotspot](https://adoptopenjdk.net/archive.html?variant=openjdk16&jvmVariant=hotspot).

Loading…
Cancel
Save