README: also list stringer as a dependency

This commit is contained in:
Felix Frank
2016-02-03 15:11:18 +01:00
parent c47418b02d
commit 6e6614808b

View File

@@ -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/dbus
go get github.com/coreos/go-systemd/util 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) * pandoc (optional, for building a pdf of the documentation)
* graphviz (optional, for building a visual representation of the graph) * graphviz (optional, for building a visual representation of the graph)