diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-06-10 15:43:59 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-06-10 15:43:59 -0400 |
commit | bc60e1492b219262a52e48486c58a46238d3cb8a (patch) | |
tree | 84b27b9cfc196f6a64615b5af05ad6f1216201e7 | |
parent | 1f21fbe26dfbc982492c8b7b90f3758a910f113d (diff) |
add a README based on commit msg
-rw-r--r-- | pkgng/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pkgng/README b/pkgng/README new file mode 100644 index 0000000..b597fe1 --- /dev/null +++ b/pkgng/README @@ -0,0 +1,8 @@ +To use on FreeBSD, install etckeeper manually and install the plugin +with: + $ cd pkgng + $ make + $ make install + +and add this line to /usr/local/etc/pkg.conf: + PLUGINS [ etckeeper ] |