How to check for updates

This thread is about how to check and update the sources

As the source code is hosted on GitHub you can simply check for new updates via git pull command.

STEP 1 : STEP INTO REPOSITORY FOLDER

Just step into the folder of the repository

cd wallet/

STEP 2 : CHECK FOR UPDATES

Check for updates

git pull