diff --git a/README b/README index 19e3b25..76cfd68 100644 --- a/README +++ b/README @@ -28,3 +28,12 @@ Unmount your /usr partition: (root)# umount -R /usr OR (root)# umount /dev/sdX # the drive mounted to /usr + +Pull the latest version for your branch: + + (root)# git pull + +Or, if you want to migrate to a new branch: + + (root)# git checkout branch_name + (root)# git pull