diff options
author | June McEnroe <june@causal.agency> | 2020-02-11 02:41:20 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-02-11 02:41:20 -0500 |
commit | 1bb60065c36c97d9dcad853c0c79a836ceed24e3 (patch) | |
tree | 2747c6ef852ddd8bfbafdac04c760a19c2640fad /README.7 | |
parent | Add README (diff) | |
download | catgirl-1bb60065c36c97d9dcad853c0c79a836ceed24e3.tar.gz catgirl-1bb60065c36c97d9dcad853c0c79a836ceed24e3.zip |
Add INSTALLING section to README
Diffstat (limited to 'README.7')
-rw-r--r-- | README.7 | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/README.7 b/README.7 index fd3b030..1478722 100644 --- a/README.7 +++ b/README.7 @@ -7,8 +7,8 @@ .Nd IRC client . .Sh DESCRIPTION -.Nm -is a TLS-only curses IRC client. +.Xr catgirl 1 +is a TLS-only terminal IRC client. . .Ss Notable Features .Bl -bullet @@ -72,6 +72,22 @@ TLS is now ubiquitous and certificates are easy to obtain. .El . +.Sh INSTALLING +.Nm +requires LibreSSL +.Pq Fl ltls +and ncurses +.Pq Fl lncursesw . +It primarily targets +.Fx +and macOS, +as well as Linux. +.Bd -literal -offset indent +\&./configure +make all +sudo make install PREFIX=/usr/local +.Ed +. .Sh FILES .Bl -tag -width "complete.c" -compact .It Pa chat.h |