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 🤷
This commit is contained in:
Chase Wright 2021-08-02 21:13:21 -05:00 committed by GitHub
parent ad29cbdc5d
commit 2ffb7c7ff9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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 <version-tag-otterscan>
```