aboutsummaryrefslogtreecommitdiffstats
pfc - postfix calculator
========================
pfc is an interactive postfix / reverse Polish notation calculator for the
terminal.


Requirements
------------
Go is required to build pfc.

Installation
------------
Edit config.mk to change where pfc will be installed (/usr/local by default).

Enter the following (as root) to build and install pfc:

	make install


Usage
-----
See the man page for details:

	man pfc