RPN is a tool for running reverse Polish notation style calculations from the command line. For more info, run rpn --help
.
Download a binary from the releases page. To install, move the binary to a folder in your shell's $PATH. You can find out which folders are in the $PATH by running echo $PATH
To compile from source, make sure you have the Go toolchain installed, and then run go build
from the project root.