diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-01-22 03:20:27 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-01-22 03:20:27 -0400 |
commit | 2e12f9a496da113ea7cd13c7a3382ac732db4e44 (patch) | |
tree | dde5d42496237e478dbf5a7210211bb51315f5b1 | |
parent | c790aacb51b407dc219044f310110a02f0537fde (diff) |
apt-get
-rw-r--r-- | doc/README.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/README.mdwn b/doc/README.mdwn index c6c774b..33ff4a7 100644 --- a/doc/README.mdwn +++ b/doc/README.mdwn @@ -86,6 +86,10 @@ A quick walkthrough of using etckeeper. Note that the default VCS is git, and this tutorial assumes you're using it. Using other VCSes should be broadly similar. +First, get etckeeper installed. Something like: + + apt-get install etckeeper + The `etckeeper init` command initialises an /etc/.git/ repository. If you installed etckeeper from a package, this was probably automatically performed during the package installation. If not, your first step is to |