From da06fe14bd87596041fa8e2eb3896e1080ac381a Mon Sep 17 00:00:00 2001 From: IamTheFij Date: Thu, 5 Apr 2018 01:22:55 +0000 Subject: [PATCH] Update readme Fix syntax highlighting on commands --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index ef4fc83..e196c68 100644 --- a/Readme.md +++ b/Readme.md @@ -26,12 +26,12 @@ Edit ./vdirsyncer.conf.example adding your server url, username, and password in Once your configuration is set up, you should be able to download and add photos to all your contacts by executing: -``` +```bash make add-photos ``` It's then worth taking a look and making sure that the results are as you expected. When you're happy with them, you can push the contacts back up to your remote server by running: -``` +```bash make sync-contacts ```