Update README.md

add install section to readme
This commit is contained in:
Andy Konwinski 2024-05-30 20:09:40 -07:00 committed by GitHub
parent 8a43e988d4
commit a381dc5c01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,6 +2,9 @@
`ht` (short for *headless terminal*) is a command line program that wraps an arbitrary other binary (e.g. `bash`, `vim`, etc.) with a VT100 style terminal interface--i.e. a pseudoterminal client (PTY) plus terminal server--and allows easy programmatic access to the input and output of that terminal (via JSON over stdin/stdout). `ht` is built in rust and works on MacOS and Linux.
## Installing
Download and use [the latest binary](https://github.com/andyk/ht/releases/latest) for your architecture.
## Building
Building from source requires the [Rust](https://www.rust-lang.org/) compiler