From e53d8e4a38f85ad20fb1035bc11d8ca9b4f17ab7 Mon Sep 17 00:00:00 2001 From: Andreas Linz Date: Wed, 13 Jun 2018 17:58:33 +0200 Subject: [PATCH] Revert "Remove non-existing target" This reverts commit 5194816d1d4b596ab671430e60e9ee8796e45ff9. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 105686c..4af75da 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Make sure that a go 1.7+ distribution is available on your system. ```sh $ git clone github.com/spreadshirt/f3.git $ cd f3 -$ s/make [test|clean] +$ s/make [test|clean|docker] ``` - `s/make lint` requires `golint` which can be installed by running: `go get -u github.com/golang/lint/golint`