From 4760a79b37ce274c5103f9d5d0ab70049f2672e0 Mon Sep 17 00:00:00 2001 From: Stefan Schlott Date: Sun, 9 Sep 2018 20:47:58 +0200 Subject: [PATCH] Readme --- toot/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 toot/README.md diff --git a/toot/README.md b/toot/README.md new file mode 100644 index 00000000..30d342c5 --- /dev/null +++ b/toot/README.md @@ -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`