From 77d0df24364e50d9277d14d909d25b3d67e66009 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sun, 5 Jul 2020 15:54:35 +0200 Subject: [PATCH] Add install and usage in readme --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 813b2ff..5a92478 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,16 @@ # aerc-contacts -Search macOS Contacts and output data for aerc email client \ No newline at end of file +Search macOS Contacts and output data for aerc email client + +## Installation +```shell script +make install +``` + +## Usage +```shell script +aerc-contacts John Doe +``` + +This will output all emails and contact names matching "John" and "Doe" +in either the first name, last name or email fields.