Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
tgray committed Feb 20, 2022
1 parent 3c51a84 commit afffd5d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.markdown
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# contacts #

`contacts` is a command line interface to the Mac OS X Address Book.
`contacts` is a command line interface to Contacts in macOS. This used to be the Mac OS X Address Book.

## Overview ##

Expand Down Expand Up @@ -32,6 +32,12 @@ Alternately, I'm working on getting this into homebrew, but for now you can inst

brew install https://raw.github.com/tgray/homebrew-tgbrew/master/contacts2.rb

## Dependencies

As of version 0.3.0, `contacts` is written in Swift. Building is via `swift build`, but it is all managed by the Makefile. There is one dependency that should be downloaded automatically. macOS 10.15 is listed as the minimum OS.

It should be known that I do not know what I am doing, so buyer beware.

## Configuring ##

As of this time, there is no configuration.
Expand Down
2 changes: 1 addition & 1 deletion Sources/contacts-cli/version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "0.3.0",
"build": "093fdf3"
"build": "3c51a84"
}

0 comments on commit afffd5d

Please sign in to comment.