# HG changeset patch # User Mikael Berthe # Date 1663857427 -7200 # Node ID 8f478162d991fb008fd5c1cb06bc1269dc10c695 # Parent 03a38d9184836a1882ccc096b3ae017905950efe Update README diff -r 03a38d918483 -r 8f478162d991 README.md --- a/README.md Thu Sep 22 16:34:03 2022 +0200 +++ b/README.md Thu Sep 22 16:37:07 2022 +0200 @@ -3,7 +3,6 @@ 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) -[![Build Status](https://travis-ci.org/McKael/madonctl.svg?branch=master)](https://travis-ci.org/McKael/madonctl) `madonctl` is a [Go](https://golang.org/) CLI tool to use the Mastodon REST API. @@ -22,14 +21,13 @@ ### From source -madonctl now uses Go modules introduced with Go v1.11. +madonctl uses Go modules (dependencies have been vendored for convenience). + +You can install `madonctl` with the usual Go command: -For backward compatibility, dependencies have been vendored and you should -still be able to build it "the old way" with: + go install github.com/McKael/madonctl - go get github.com/McKael/madonctl - -Alternatively, with Go >= 1.11: +Alternatively: git clone https://github.com/McKael/madonctl cd madonctl @@ -37,8 +35,6 @@ and you should be able to use `madonctl`. -Travis automated testing is run for Go versions 1.11 - 1.13. - ## Usage ### Configuration