twixter

A twtxt command line client in Rust

git clone git://git.shimmy1996.com/twixter.git
commit 955a77a99bf88e9aa45232372803379913e58189
parent bbfe27cf43005bf45d8219bb0b18e6087543f5e9
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Tue, 17 Sep 2019 10:14:18 -0400

Add README in markdown format

Diffstat:
AREADME.md | 17+++++++++++++++++
MREADME.org | 2++
2 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -0,0 +1,17 @@
+
+
+# Twixter
+
+A [twtxt](https://twtxt.readthedocs.io) command line client written in Rust.
+
+
+## Configuration
+
+Configurations are stored in INI format under `$XDG_CONFIG_HOME/twixter/config`. See `./config.example` for available configurations.
+
+
+## License
+
+Licensed under either of Apache License, Version 2.0 (`./LICENSE-APACHE`) or MIT license (`./LICENSE-MIT`) at your option.
+
+Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Twixter by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
diff --git a/README.org b/README.org
@@ -1,3 +1,5 @@
+#+Options: toc:nil
+
 * Twixter
 A [[https://twtxt.readthedocs.io][twtxt]] command line client written in Rust.