README: add the capnslog package to the build dependencies

This commit is contained in:
Felix Frank
2016-05-21 01:52:59 +02:00
parent f4e1e24ca7
commit 2eed4bda42

View File

@@ -48,6 +48,7 @@ Feel free to read my article on [debugging golang programs](https://ttboj.wordpr
go get github.com/codegangsta/cli go get github.com/codegangsta/cli
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
go get github.com/coreos/pkg/capnslog
* stringer (required for building), available as a package on some platforms, otherwise via `go get` * stringer (required for building), available as a package on some platforms, otherwise via `go get`