commit 45da945908f63664570abd428b6edae85524b4bf parent d25dfae755e6aa798438a73cee1a97b2ef5c215b Author: David DiPaola <DavidDiPaola@users.noreply.github.com> Date: Sun, 16 Dec 2018 20:02:49 -0500 doc: added README Diffstat:
A | README | | | 10 | ++++++++++ |
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/README b/README @@ -0,0 +1,10 @@ +# nix_text_aesthetic +simple tool to generate aesthetic text + +## usage +`echo 'How many layers of irony are you on?' | text_aesthetic` + +## building and installing + - build: `make` + - install: `sudo cp text_aesthetic /usr/local/bin` +