This commit is contained in:
Stefan Schlott 2018-09-09 20:47:58 +02:00
parent 4998ac5321
commit 4760a79b37

9
toot/README.md Normal file
View file

@ -0,0 +1,9 @@
# 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`