mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-02 20:36:44 +00:00
ensure submodule is also on correct tag
This commit is contained in:
parent
414ffc2648
commit
2f0dc5bea8
1 changed files with 1 additions and 2 deletions
|
@ -51,8 +51,7 @@ sudo apt install -y rpm
|
||||||
The project can cloned for a specific release tag as follows:
|
The project can cloned for a specific release tag as follows:
|
||||||
```shell
|
```shell
|
||||||
GIT_TAG="1.5.0-beta1"
|
GIT_TAG="1.5.0-beta1"
|
||||||
git clone --recursive git@github.com:sparrowwallet/sparrow.git
|
git clone --recursive --branch "${GIT_TAG}" git@github.com:sparrowwallet/sparrow.git
|
||||||
git checkout --quiet "${GIT_TAG}"
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Thereafter, building should be straightforward:
|
Thereafter, building should be straightforward:
|
||||||
|
|
Loading…
Reference in a new issue