Updating BraDypUS
If you installed BraDypUS via terminal, updating is straightforward (change the path to the current installation):
cd /path/to/current/installation/BraDypUS && \
git fetch origin master && \
git reset --hard FETCH_HEAD && \
git clean -df
If you installed BraDypUS manually:
- Remove every file and folder inside the BraDypUS folder except the direcory projects
- Download a fresh copy of the software
- Move files from the fresh folder to the previous one
- Make sure that the projects folder never gets touched