summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-03-02 17:03:12 -0500
committerJoey Hess <joey@gnu.kitenet.net>2009-03-02 17:03:12 -0500
commit55dcc6bf963f922e1ed5c4bbaaefcfacef57b1d7 (patch)
tree5a81e08a54ee3503a96b7de27a6f12213ef0e599 /README
parent8000a583b72ba88c93875f47156eee4586bab571 (diff)
README: Typo. Closes: #517914
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 5e61d72..f51a0e1 100644
--- a/README
+++ b/README
@@ -215,13 +215,13 @@ have a decision to make: Is the history recorded in that repository
something you need to preserve, or can you afford to just blow it away
and check the current /etc into the new VCS?
-In the former case, you just need to follow three steps:
+In the latter case, you just need to follow three steps:
etckeeper uninit # deletes /etc/.git!
vim /etc/etckeeper/etckeeper.conf
etckeeper init
-In the latter case, you will need to convert the git repository to the
+In the former case, you will need to convert the git repository to the
other VCS using whatever tools are available to do that. Then you can
run `etckeeper uninit`, move files your new VCS will use into place,
edit `etckeeper.conf` to change the VCS setting, and finally