Skip to content

Commit

Permalink
Use HTTP to clone Zebra (#5529)
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 authored Nov 2, 2022
1 parent 7d90b3d commit e380676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/user/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit e380676

Please sign in to comment.