# wool > Wool is a modern, extensible [grip](https://github.com/joeyespo/grip) clone that prefers offline-first rendering to strict Github API accuracy. ## Installation ```console cargo install wool ``` ## Getting Started Preview on localhost: ```console wool readme.md ``` Export to html: ```console wool readme.md --export mypreview.html ``` ###### Experimental Syntax highlighting using [Prism](Prismjs.com): ```console wool readme.md -s ``` Equations with katex: ```console wool readme.md -k ``` ## Usage ``` USAGE: wool [FLAGS] [outfile] FLAGS: -b, --browser Open in browser -e, --export Export html -h, --help Prints help information -s, --highlight Syntax highlighting -k, --katex Include katex in rendering -n, --no-preview-frame Don't render the preview frame -V, --version Prints version information ARGS: Sets the input file to use Sets the output file to use ``` #### Notes To use the auto reload feature, must be in same directory as previewed file.