From 2b0505584ecd84874fef5351fb5e6d2e04a98d30 Mon Sep 17 00:00:00 2001 From: Willian Mitsuda Date: Sat, 10 Jul 2021 23:39:21 -0300 Subject: [PATCH] Change the instruction for adding remote; some users were having problems with ssh checkout --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9398a7..b8d6220 100644 --- a/README.md +++ b/README.md @@ -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.