v0.2.0
Installation
Mix Dependency (Recommended)
Add to your mix.exs:
def deps do
[
{:yeesh, "~> 0.2.0"}
]
endThen run:
mix deps.getInstall the JavaScript dependencies:
npm install --prefix assets @xterm/xterm @xterm/addon-fit @xterm/addon-web-linksWhat's Changed
See README.md for usage details.
Verification
Verify the downloaded files using SHA256 checksums:
sha256sum -c yeesh-archive.sha256Documentation
Full Changelog: v0.1.0...v0.2.0