update README
This commit is contained in:
parent
ff74d7cb68
commit
c310e4f02a
1 changed files with 11 additions and 4 deletions
13
README.md
13
README.md
|
|
@ -30,16 +30,23 @@ your GRUB menu with the ability to boot into snapshots.
|
|||
|
||||
## Usage
|
||||
|
||||
### Taking snapshots
|
||||
|
||||
**Use pacman (and AUR helpers) as normal and watch snapper do its thing.** No
|
||||
bash scripts for you to call. No bash aliases to setup.
|
||||
|
||||
Because these are pacman hooks, it doesn't matter how you call pacman—whether
|
||||
directly, through an AUR helper, or an alias, snapper will create the
|
||||
directly, through an AUR helper, or using an alias—snapper will create the
|
||||
snapshots whenever pacman is asked to install, upgrade, or remove a package. The
|
||||
specific pacman command used is noted in the snapper description for the
|
||||
specific pacman command used is logged in the snapper description for the
|
||||
snapshots.
|
||||
|
||||
### Example
|
||||
### Undoing a transaction
|
||||
|
||||
To undo changes from a pacman transaction, use `snapper undochange`. See the
|
||||
manpage for snapper and the following example.
|
||||
|
||||
## Example
|
||||
|
||||
Installing the `nano` package as normal:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue