From 2038b535c3988715e628382fe029779aedb3954a Mon Sep 17 00:00:00 2001 From: Nate Rutman Date: Fri, 15 Nov 2019 15:51:53 -0500 Subject: [PATCH] Update readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```