Implement option to only create a wod square.
[sigilutils.git] / README.org
blob9b5e1f3b9927d1ad1e298666843b313e0791bdbd
2 #+title: Sigil Utilities
4 A simple utility that 
6 * Usage
7 `sigutils [options] <STATEMENT OF INTENT>`
9 -h     Print this message and quit.
10 -v     Print the version and license info, then quit.
11 -n     Append the numerical and root values to the result.
12 -w     Generate a Word Square based on the SOI
14 * Installation
16 Make sure that you have a 'bin' directory in ~ that is visible from
17 your system's PATH.
19 After that, run `make` and `make install`
21 * Contributing
23 Found a bug? Send me an email. 
25 Want to make changes to the code? Clone the repository, create a new
26 git branch and send me patch files for that branch using:
28 `git format-patch -<number of commits in your branch>`
30 ex. : `git format-patch -3`