Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 814 Bytes

File metadata and controls

35 lines (25 loc) · 814 Bytes

software-foundations

A program for generating PDFs of the Software Foundations books.

Dependencies

Clone and install

git clone https://github.com/onelharrison/software-foundations.git
cd software-foundations/
stack install

Configure PATH

Ensure ~/.local/bin is in your PATH

Run program

software-foundations --help
software-foundations lf plf vfa qc

Notes