From 6e6614808b2bd861d64b00cd020e323ba42e69a6 Mon Sep 17 00:00:00 2001 From: Felix Frank Date: Wed, 3 Feb 2016 15:11:18 +0100 Subject: [PATCH] README: also list stringer as a dependency --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5a2a9831..a9955cff 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,10 @@ There are currently a few known bugs which I hope to squash soon. go get github.com/coreos/go-systemd/dbus go get github.com/coreos/go-systemd/util +* stringer (required for building), available as a package on some platforms, otherwise via `go get` + + go get golang.org/x/tools/cmd/stringer + * pandoc (optional, for building a pdf of the documentation) * graphviz (optional, for building a visual representation of the graph)