README.md
changeset 173 1812a794b759
parent 156 bafe489779e5
child 181 0f3fb2d27ddb
equal deleted inserted replaced
172:0d651f070319 173:1812a794b759
     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 implementation of the API.
    11 
    11 
    12 ## Installation
    12 ## Installation
       
    13 
       
    14 Please note that Mastodon 2.0.0 has a breaking API change (see issue #9).
       
    15 
       
    16 `madonctl` v2.0.0+ is required for Mastodon 2.0.0+ server, but the new version
       
    17 will not work with old servers.
    13 
    18 
    14 ### From source
    19 ### From source
    15 
    20 
    16 To install the application from source (you need to have Go >= 1.7), just type:
    21 To install the application from source (you need to have Go >= 1.7), just type:
    17 
    22