README: make code actually display as multi line

This commit is contained in:
Felix Frank
2016-02-03 00:10:59 +01:00
parent b3e5f77d5d
commit 97fda59999

View File

@@ -47,14 +47,14 @@ There are currently a few known bugs which I hope to squash soon.
## Dependencies: ## Dependencies:
* golang (required, available in most distros) * golang (required, available in most distros)
* golang libraries (required, available with `go get`) * golang libraries (required, available with `go get`)
```
go get github.com/coreos/etcd/client go get github.com/coreos/etcd/client
go get gopkg.in/yaml.v2 go get gopkg.in/yaml.v2
go get gopkg.in/fsnotify.v1 go get gopkg.in/fsnotify.v1
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
```
* 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)