diff --git a/docs/other-ways-to-run-otterscan.md b/docs/other-ways-to-run-otterscan.md index cddb843..07e3358 100644 --- a/docs/other-ways-to-run-otterscan.md +++ b/docs/other-ways-to-run-otterscan.md @@ -13,7 +13,7 @@ The entire build process will take place inside the docker multi-stage build. Clone Otterscan repo and its submodules. Checkout the tag corresponding to your Erigon + Otterscan patches. It uses the same version tag from Erigon + Otterscan repo, i.e., if you built the `v2021.07.01-otterscan`, you should build the `v2021.07.01-otterscan` of Otterscan. ``` -git clone --recurse-submodules git@github.com:wmitsuda/otterscan.git +git clone --recurse-submodules https://github.com/wmitsuda/otterscan.git cd otterscan git checkout DOCKER_BUILDKIT=1 docker build -t otterscan -f Dockerfile . @@ -63,4 +63,4 @@ npm install npm start ``` -Otterscan should now be running at `http://localhost:3000/`. \ No newline at end of file +Otterscan should now be running at `http://localhost:3000/`.