carpentries / amy

A web-based workshop administration application built using Django.
https://amy.carpentries.org
MIT License
113 stars 72 forks source link

Update README instructions to update local version of AMY #2612

Open maneesha opened 7 months ago

maneesha commented 7 months ago

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.