Update readme

Fix syntax highlighting on commands
This commit is contained in:
IamTheFij 2018-04-05 01:22:55 +00:00
parent 755a82847f
commit da06fe14bd
1 changed files with 2 additions and 2 deletions

View File

@ -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: 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 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: 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 make sync-contacts
``` ```