From 6143726d0b75b44a95179527e371dae2682bcb52 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Sat, 8 Mar 2014 22:41:21 +0100 Subject: [PATCH] Better example config name Because vim syntax highlighting --- README.md | 2 +- config.example => example.cfg | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename config.example => example.cfg (100%) diff --git a/README.md b/README.md index 5f214c2..579c559 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ It aims to be for CalDAV and CardDAV what ## How to use -Copy `config.example` to `~/.vdirsyncer/config` and edit it. You can use the +Copy `example.cfg` to `~/.vdirsyncer/config` and edit it. You can use the `VDIRSYNCER_CONFIG` environment variable to change the path vdirsyncer will read the config from. diff --git a/config.example b/example.cfg similarity index 100% rename from config.example rename to example.cfg