README.md
changeset 0 5abace724584
child 2 b4a2df4425c4
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README.md	Wed Apr 19 19:08:47 2017 +0200
@@ -0,0 +1,28 @@
+# madonctl
+
+Golang command line interface for the Mastodon API
+
+[![license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://raw.githubusercontent.com/McKael/madonctl/master/LICENSE)
+
+`madonctl` is a [Go](https://golang.org/) CLI tool to use the Mastondon REST API.
+
+## Installation
+
+To install the application (you need to have Go):
+
+    go get github.com/McKael/madonctl
+
+Some pre-built binaries are available on the home page (see below).
+
+## Usage
+
+This section has not been written yet.
+
+Please check the [Homepage](https://lilotux.net/~mikael/pub/madonctl/) for an
+introduction and a few examples.
+
+## References
+
+- [madon](https://github.com/McKael/madon), the Go library for Mastodon API
+- [Mastodon API documentation](https://github.com/tootsuite/documentation/blob/master/Using-the-API/API.md)
+- [Mastodon repository](https://github.com/tootsuite/mastodon)