summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordereckson@08d0d7e3f7d7d28b4acf3d3a649598398078c1fa <dereckson@web>2016-09-10 02:56:59 +0000
committeradmin <admin@branchable.com>2016-09-10 02:56:59 +0000
commit191820afbfcc55ad597407fa41408d25e93a6434 (patch)
tree40484fb826b5304f77d266c53e196153fb90ecc1
parentf9f725edf14f8d3e4c8c0a274263e84a3ab20929 (diff)
Title case
-rw-r--r--doc/README.mdwn16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/README.mdwn b/doc/README.mdwn
index 1877124..97bc3fc 100644
--- a/doc/README.mdwn
+++ b/doc/README.mdwn
@@ -12,7 +12,7 @@ It's quite modular and configurable, while also being simple to use if you
understand the basics of working with version control.
-## security warnings
+## Security warnings
First, a big warning: By checking /etc into version control, you are
creating a copy of files like /etc/shadow that must remain secret. Anytime
@@ -35,7 +35,7 @@ Also note that `etckeeper init` runs code stored in the repository.
So don't use it on repositories from untrusted sources.
-## what etckeeper does
+## What etckeeper does
etckeeper has special support to handle changes to /etc caused by
installing and upgrading packages. Before apt installs packages,
@@ -79,7 +79,7 @@ Darcs doesn't support symlinks, so they are also stored in
`/etc/.etckeeper`.
-## tutorial
+## Tutorial
A quick walkthrough of using etckeeper.
@@ -194,7 +194,7 @@ machines, to deploy changes to /etc. Once /etc is under version control, the
sky's the limit..
-## configuration
+## Configuration
The main configuration file is `/etc/etckeeper/etckeeper.conf`
@@ -257,7 +257,7 @@ edit `etckeeper.conf` to change the VCS setting, and finally
`etckeeper init`. This procedure is clearly only for the brave.
-## inspiration
+## Inspiration
Two blog posts provided inspiration for techniques used by etckeeper:
@@ -272,16 +272,16 @@ setup procedure and hooks for setting up an /etc repository, and then gets
out of your way; you manage the repository using regular VCS commands.
-## license
+## License
etckeeper is licensed under version 2 or greater of the GNU GPL.
-## website
+## Website
<https://etckeeper.branchable.com/>
-## author
+## Author
Joey Hess <id@joeyh.name>