From 2ffb7c7ff9afc903fab9964236937d94f82087d4 Mon Sep 17 00:00:00 2001 From: Chase Wright Date: Mon, 2 Aug 2021 21:13:21 -0500 Subject: [PATCH] Add explicit checkout of tags to README For some reason the instructions did NOT work for me, the only way I was able to get the tags to be able to check them out was to run `git fetch otterscan --tags` so I suggest that it be added here :shrug: --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cd4a40d..2a76199 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,7 @@ We intend to release a compatible rebased version containing our changes every w ``` git fetch --all +git fetch otterscan --tags git checkout ```