diff --git a/README.md b/README.md index 61af8d82..2e9bca31 100644 --- a/README.md +++ b/README.md @@ -47,14 +47,14 @@ There are currently a few known bugs which I hope to squash soon. ## Dependencies: * golang (required, available in most distros) * golang libraries (required, available with `go get`) - ``` - go get github.com/coreos/etcd/client - go get gopkg.in/yaml.v2 - go get gopkg.in/fsnotify.v1 - go get github.com/codegangsta/cli - go get github.com/coreos/go-systemd/dbus - go get github.com/coreos/go-systemd/util - ``` + + go get github.com/coreos/etcd/client + go get gopkg.in/yaml.v2 + go get gopkg.in/fsnotify.v1 + go get github.com/codegangsta/cli + go get github.com/coreos/go-systemd/dbus + go get github.com/coreos/go-systemd/util + * pandoc (optional, for building a pdf of the documentation) * graphviz (optional, for building a visual representation of the graph)