Use HTTP to clone Zebra (#5529)

This commit is contained in:
teor 2022-11-02 12:42:58 +10:00 committed by GitHub
parent 7d90b3dee0
commit e380676937
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ docker run --detach zfnd/zebra:1.0.0-rc.1
### Build it locally
```shell
git clone --depth 1 --branch v1.0.0-rc.1 git@github.com:ZcashFoundation/zebra.git
git clone --depth 1 --branch v1.0.0-rc.1 https://github.com/ZcashFoundation/zebra.git
docker build --file docker/Dockerfile --target runtime --tag zebra:local
docker run --detach zebra:local
```