From bcee386b79f54e67193957e4ddd0345568871e00 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sun, 3 Apr 2016 19:57:56 +0200 Subject: Add basic README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..019ee1e --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# justify + +...is a single purpose program for block justification of UTF-8 encoded monospace text. + +Textual input is read from _STDIN_ and written to _STDOUT_ in its justified form. The default output width of 60 characters may be customized via the first application argument. + +## Build + + mkdir build + cd build + cmake .. + make + +A current C++ compiler with support for C++14 is required. -- cgit v1.2.3