From 060abc3b697d50ed8b534b9f2a22351398047494 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 15 Nov 2014 00:40:56 -0500 Subject: README: Update with instructions on installing & running --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 2e263ec..5b6fdbd 100644 --- a/README.md +++ b/README.md @@ -14,5 +14,18 @@ Currently the implementation is very simplistic and liberal. Any `/>` will get r Takes input from STDIN and outputs to STDOUT. +## Installing + + $ go get github.com/teddywing/unXHTMLify + $ cd $GOPATH/src/github.com/teddywing/unXHTMLify + $ go install + + +## Running +Pipe an HTML file into `unXHTMLify` to convert the file: + + $ cat sample.html | unXHTMLify > sample-converted.html + + ## License Licensed under the MIT license. See the included LICENSE file. -- cgit v1.2.3