9 lines
237 B
Markdown
9 lines
237 B
Markdown
# Toot - Command line Mastodon client
|
|
|
|
Written in Rust, hacked together from the example of the [elefren
|
|
library](https://github.com/pwoolcoc/elefren).
|
|
|
|
## Compiling
|
|
|
|
* Get [rustup](https://rustup.rs/)
|
|
* Compile: `cargo build --release`
|