diff options
| author | Teddy Wing | 2014-11-15 00:40:56 -0500 |
|---|---|---|
| committer | Teddy Wing | 2014-11-15 00:40:56 -0500 |
| commit | 060abc3b697d50ed8b534b9f2a22351398047494 (patch) | |
| tree | 05fb819e930449fc6ed7d760d7a046c0d28faa5d /README.md | |
| parent | 823ffe91d8f24d81ca2ad853488ea4c11d058c04 (diff) | |
| download | unXHTMLify-master.tar.bz2 | |
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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. |
