a
This commit is contained in:
parent
15b5170190
commit
605a177e55
15
README.md
15
README.md
@ -2,17 +2,13 @@
|
||||
|
||||
Easily update an Everest system with Git.
|
||||
|
||||
+-------------------+
|
||||
| How does it work? |
|
||||
+-------------------+
|
||||
### How does it work?
|
||||
|
||||
All system images contain a .git directory, containing metadata
|
||||
for every file on /. Once installed, a user can easily keep
|
||||
their system updated, just by pulling in the latest release.
|
||||
|
||||
+------------------+
|
||||
| What you'll need |
|
||||
+------------------+
|
||||
### What you'll need
|
||||
|
||||
- A separate /usr partition (Git will NOT touch /usr.)
|
||||
- Git
|
||||
@ -28,10 +24,11 @@ Unmount your /usr partition:
|
||||
(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