blob: b9f50603e309e2200825128a46a2b3bf45b9ef41 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
pfc - postfix calculator
========================
pfc is an interactive postfix / reverse Polish notation calculator for the
terminal.
Requirements
------------
Cargo, the Rust package manager, is required to build pfc.
It can be installed from most Linux package managers or like so:
curl https://sh.rustup.rs -sSf | sh
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
|