init
This commit is contained in:
parent
c31f798a68
commit
2fac767d0c
9
README
9
README
@ -28,3 +28,12 @@ Unmount your /usr partition:
|
|||||||
(root)# umount -R /usr
|
(root)# umount -R /usr
|
||||||
OR
|
OR
|
||||||
(root)# umount /dev/sdX # the drive mounted to /usr
|
(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
|
||||||
|
Loading…
Reference in New Issue
Block a user