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 ```