update README

This commit is contained in:
James Barnett 2017-02-03 14:06:29 -06:00
parent f2a7e7b189
commit 730abde329
No known key found for this signature in database
GPG key ID: E4B5E45AA3B8C5C3
2 changed files with 23 additions and 19 deletions

23
README Normal file
View file

@ -0,0 +1,23 @@
SYNOPSIS
This is a set of pacman hooks and script that causes to automatically take a pre
and post snapshot before and after pacman transactions, similar to how YaST does
with OpenSuse. This provides a simple way to undo changes to a system after a
pacman transaction.
INSTALLATION
Install the "snap-pac" package using pacman. Alternatively clone the repository
and run "make install". I have signed the release tarball and commits with my
PGP key. The key's fingerprint is "8535CEF3F3C38EE69555BF67E4B5E45AA3B8C5C3".
DOCUMENTATION
See "man 7 snap-pac" after installation.
TROUBLESHOOTING
After reviewing the man page, check the issues page and file a new issue if your
problem is not covered:
https://github.com/wesbarnett/snap-pac/issues

View file

@ -1,19 +0,0 @@
# snap-pac
This is a set of pacman hooks and script that causes to automatically take a pre
and post snapshot before and after pacman transactions, similar to how YaST does
with OpenSuse. This provides a simple way to undo changes to a system after a
pacman transaction.
## Installation
Install the `snap-pac` package using pacman.
## PGP Key
I have signed the release tarball with my PGP key. The key's fingerprint is
`8535CEF3F3C38EE69555BF67E4B5E45AA3B8C5C3`.
## Documentation
See `man 7 snap-pac` after installation.