Update README
authorMikael Berthe <mikael@lilotux.net>
Thu, 22 Sep 2022 16:37:07 +0200
changeset 264 8f478162d991
parent 263 03a38d918483
child 265 05c40b36d3b2
child 267 5b91a65ba95a
Update README
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