Add INSTALLING section to README
parent
7104c267cc
commit
1bb60065c3
20
README.7
20
README.7
|
@ -7,8 +7,8 @@
|
||||||
.Nd IRC client
|
.Nd IRC client
|
||||||
.
|
.
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
.Nm
|
.Xr catgirl 1
|
||||||
is a TLS-only curses IRC client.
|
is a TLS-only terminal IRC client.
|
||||||
.
|
.
|
||||||
.Ss Notable Features
|
.Ss Notable Features
|
||||||
.Bl -bullet
|
.Bl -bullet
|
||||||
|
@ -72,6 +72,22 @@ TLS is now ubiquitous
|
||||||
and certificates are easy to obtain.
|
and certificates are easy to obtain.
|
||||||
.El
|
.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
|
.Sh FILES
|
||||||
.Bl -tag -width "complete.c" -compact
|
.Bl -tag -width "complete.c" -compact
|
||||||
.It Pa chat.h
|
.It Pa chat.h
|
||||||
|
|
Loading…
Reference in New Issue