diff --git a/readme.md b/readme.md index d79d197..250af81 100644 --- a/readme.md +++ b/readme.md @@ -2,7 +2,7 @@ A Symfony console application to sync contacts from Planning Center to Google Groups. The application queries both sources for lists named after distribution groups. It then diffs the contacts and makes sure the Google group mirrors the contacts found in Planning Center. ## Installation -All dependencies can be installed using Composer: +All dependencies can be installed using the [Composer PHP dependency manager](https://getcomposer.org/). Once Composer is installed, [download this repository](https://github.com/nrutman/contacts-sync/releases) and run the following command: ```bash composer install ```