App install process (#22)
* Configure `cargo binstall` for TUI and server
Setup `cargo binstall` support for installing the TUI and the server.
Initially users will need to use the `--git` flag to install since the
required packages are not yet published to crates.io.
To make the install process as ergonomic as possible both `ein-tui` and
`ein-server` will be installed with the metapackage `ein`. The `ein`
package contains two `bin` configuration options that are just thin
wrappers over the existing TUI program and the server program.
* Add distribution instructions to the README
authored by