README: make code actually display as multi line
This commit is contained in:
16
README.md
16
README.md
@@ -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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user