Merge pull request #39 from MysticRyuujin/patch-1

Add explicit checkout of tags to README
This commit is contained in:
Willian Mitsuda 2021-08-03 15:04:26 -03:00 committed by GitHub
commit a23bdd9f42
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>
```