README.md
changeset 249 772a4d34c74d
parent 242 2a9ec03fe5a1
child 253 c4f59affc597
equal deleted inserted replaced
248:bd6f15d41b78 249:772a4d34c74d
     3 Golang command line interface for the Mastodon API
     3 Golang command line interface for the Mastodon API
     4 
     4 
     5 [![license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://raw.githubusercontent.com/McKael/madonctl/master/LICENSE)
     5 [![license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://raw.githubusercontent.com/McKael/madonctl/master/LICENSE)
     6 [![Build Status](https://travis-ci.org/McKael/madonctl.svg?branch=master)](https://travis-ci.org/McKael/madonctl)
     6 [![Build Status](https://travis-ci.org/McKael/madonctl.svg?branch=master)](https://travis-ci.org/McKael/madonctl)
     7 
     7 
     8 `madonctl` is a [Go](https://golang.org/) CLI tool to use the Mastondon REST API.
     8 `madonctl` is a [Go](https://golang.org/) CLI tool to use the Mastodon REST API.
     9 
     9 
    10 It is built on top of [madon](https://github.com/McKael/madon), my Golang
    10 It is built on top of [madon](https://github.com/McKael/madon), my Golang
    11 implementation of the API.
    11 implementation of the API.
    12 
    12 
    13 ## Installation
    13 ## Installation