Currently the README instructs the user to use git fetch and to checkout the newest tag. This brings the local version up to date with the most current stable version. Local developers will more likely want to work from the most current state of the develop branch so git pull would be more appropriate. The README instructions should reflect this.
Currently the README instructs the user to use
git fetchand tocheckoutthe newest tag. This brings the local version up to date with the most current stable version. Local developers will more likely want to work from the most current state of thedevelopbranch sogit pullwould be more appropriate. The README instructions should reflect this.