This commit is contained in:
Liam Waldron 2023-02-02 11:40:22 -05:00
parent c31f798a68
commit 2fac767d0c

9
README
View File

@ -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