mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-19 21:29:52 -07:00
23 lines
436 B
Markdown
23 lines
436 B
Markdown
![]() |
# iamb
|
||
|
|
||
|
## About
|
||
|
|
||
|
This is a vi-inspired terminal chat client for the Matrix protocol.
|
||
|
|
||
|
__*Note that this project is still very much in its early stages and a
|
||
|
lot is subject to eventually change.*__
|
||
|
|
||
|
## Installation
|
||
|
|
||
|
Install Rust and Cargo, and then run:
|
||
|
|
||
|
```
|
||
|
cargo install iamb
|
||
|
```
|
||
|
|
||
|
## License
|
||
|
|
||
|
iamb is released under the [Apache License, Version 2.0].
|
||
|
|
||
|
[Apache License, Version 2.0]: https://github.com/ulyssa/iamb/blob/master/LICENSE
|