This is a new release of to-html
. Read the changelog here.
to-html
is currently compatible with Linux, macOS, FreeBSD and Android. If you're using Windows, I recommend to use WSL.
Installation
To install to-html
on Linux or macOS, you can use the pre-built binaries below.
to-html
is also available in the AUR, so you can install it with
yay -s to-html
On FreeBSD, you need to build to-html
with Cargo, Rusts package manager. To install the Rust toolchain, see here. Then run
$ cargo install to-html
You might have to add the .cargo/bin
folder to your PATH
afterwards.
Please file issues if you run into any problems or have suggestions.