README.md
changeset 199 2818e6882c1b
parent 186 180e636f231c
child 209 3772cc6b3d0a
equal deleted inserted replaced
198:e9c2947a84a6 199:2818e6882c1b
     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 Mastondon REST API.
     9 
     9 
    10 It is built on top of [madon](https://github.com/McKael/madon), my Golang implementation of the API.
    10 It is built on top of [madon](https://github.com/McKael/madon), my Golang
       
    11 implementation of the API.
    11 
    12 
    12 ## Installation
    13 ## Installation
    13 
    14 
    14 Please note that Mastodon 2.0.0 has a breaking API change (see issue #9).
    15 ### Download
    15 
    16 
    16 `madonctl` v2.0.0+ is required for Mastodon 2.0.0+ server, but the new version
    17 Check the [Release page](https://github.com/McKael/madonctl/releases) for some
    17 will not work with old servers.
    18 pre-built binaries.
       
    19 
       
    20 More pre-built binaries might be available from the [Homepage](https://lilotux.net/~mikael/pub/madonctl/)
       
    21 (development version and builds for a few other platforms).
    18 
    22 
    19 ### From source
    23 ### From source
    20 
    24 
    21 To install the application from source (you need to have Go >= 1.7), just type:
    25 To install the application from source (you need to have Go >= 1.7), just type:
    22 
    26 
    26 
    30 
    27 For upgrades, don't forget the `-u` option to ensure the dependencies
    31 For upgrades, don't forget the `-u` option to ensure the dependencies
    28 (especially [madon](https://github.com/McKael/madon)) are updated as well.
    32 (especially [madon](https://github.com/McKael/madon)) are updated as well.
    29 
    33 
    30 Travis automated testing is run for Go versions 1.7 and 1.8.
    34 Travis automated testing is run for Go versions 1.7 and 1.8.
    31 
       
    32 ### Download
       
    33 
       
    34 Check the [Release page](https://github.com/McKael/madonctl/releases) for some
       
    35 pre-built binaries.
       
    36 
       
    37 More pre-built binaries might be available from the [Homepage](https://lilotux.net/~mikael/pub/madonctl/)
       
    38 (development version and builds for a few other platforms).
       
    39 
    35 
    40 ## Usage
    36 ## Usage
    41 
    37 
    42 ### Configuration
    38 ### Configuration
    43 
    39