Change the instruction for adding remote; some users were having problems with ssh checkout

This commit is contained in:
Willian Mitsuda 2021-07-10 23:39:21 -03:00
parent f064dcf6b1
commit 2b0505584e
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ Add our forked Erigon git tree as an additional remote and checkout the correspo
The repository with Otterscan patches is [here](https://github.com/wmitsuda/erigon).
```
git remote add otterscan git@github.com:wmitsuda/erigon.git
git remote add otterscan https://github.com/wmitsuda/erigon.git
```
Checkout the tag corresponding to the stable version you are running. For each supported Erigon version, there should be a corresponding tag containing Otterscan patches.