summary refs log tree commit diff
path: root/README
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-08-08 19:36:02 -0400
committerJune McEnroe <june@causal.agency>2018-08-08 19:36:02 -0400
commiteb035896bd600c40723c31522212be5bd21bb79e (patch)
tree7e657662695dd6c1cc68a06ca16cb0b4a1267b76 /README
parentDistinguish self with square brackets (diff)
downloadcatgirl-eb035896bd600c40723c31522212be5bd21bb79e.tar.gz
catgirl-eb035896bd600c40723c31522212be5bd21bb79e.zip
Add Homebrew LibreSSL paths to Makefile
Diffstat (limited to '')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index db03f11..b94a55a 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 Simple IRC client for use over anonymous SSH.
 
-This software targets FreeBSD and requires LibreSSL.
+This software requires LibreSSL and targets FreeBSD and Darwin.
 
 	chat.h      Shared state and function prototypes
 	chat.c      Command line parsing and poll loop