Add INSTALLING section to README

master
C. McEnroe 2020-02-11 02:41:20 -05:00
parent 7104c267cc
commit 1bb60065c3
1 changed files with 18 additions and 2 deletions

View File

@ -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