Skip to content

Commit afffd5d

Browse files
committed
Readme update
1 parent 3c51a84 commit afffd5d

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.markdown

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# contacts #
22

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

55
## Overview ##
66

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

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

35+
## Dependencies
36+
37+
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.
38+
39+
It should be known that I do not know what I am doing, so buyer beware.
40+
3541
## Configuring ##
3642

3743
As of this time, there is no configuration.

Sources/contacts-cli/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"version": "0.3.0",
3-
"build": "093fdf3"
3+
"build": "3c51a84"
44
}

0 commit comments

Comments
 (0)